这些控件如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
举报