Android:以编程方式设置视图样式
这是XML:
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" style="@style/LightStyle" android:layout_width="fill_parent" android:layout_height="55dip" android:clickable="true" android:orientation="horizontal" > <LinearLayout android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="horizontal" /></RelativeLayout>
如何以style
编程方式设置属性?
千万里不及你
白猪掌柜的
相关分类