- 使用android.widget.Button
<android.widget.Button
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:onClick="doClick"
android:text="这是一个按钮"
android:textColor="@color/black"
android:background="#FFEB3B"/>
2.更改themes.xml文件