這些控件如textview的屬性在哪里查看?
? ? <TextView
? ? ? ? android:id="@+id/textview1"
? ? ? ? android:layout_width="wrap_content"
? ? ? ? android:layout_height="wrap_content"
? ? ? ? android:text="@string/hello_world" />
上述的代碼的其他屬性在哪里找,如設置居中、背景色、透明度等。 ?
? ? <TextView
? ? ? ? android:id="@+id/textview1"
? ? ? ? android:layout_width="wrap_content"
? ? ? ? android:layout_height="wrap_content"
? ? ? ? android:text="@string/hello_world" />
上述的代碼的其他屬性在哪里找,如設置居中、背景色、透明度等。 ?
2017-02-11
舉報
2017-02-12
你不要記這些xml文件里面的這些屬性,你切換到旁邊的圖形畫面,在表格里面選擇,這樣就方便多了