3
我想弄清楚如何以編程方式在android中定位視圖。比方說,例如我們有這個XML代碼。ANDROID - 以編程方式定位視圖
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:id="@+id/mainLayout">
<TextView
android:id="@+id/textView1"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginLeft="121dp"
android:layout_marginTop="140dp"
android:text="Results" /></RelativeLayout>
如何在android中以編程方式實現此佈局?因爲我想要一個隨機位置的文本視圖。
你可以給我如何做到這一點代碼片段? – jeponkz
在這裏你走,我希望有所幫助 – x4rf41