有什么方法可以在 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);