标签: android android-widget
是否可以在XML文件中定义样式属性并将其应用于在运行时创建的小部件。
属性
android:layout_width="wrap_content" android:layout_height="wrap_content" android:textColor="#0000ff" android:typeface="serif" android:textSize="15sp"
我正在创建一个我想要应用这些
Button b = new Button(this);
答案 0 :(得分:0)
一个好的应用程序详细解释了here。此示例使用样式为其自己的小部件设置。
希望这会对你有所帮助。