在activity_main.xml中,写如下代码:
java
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical"
>
<Button
android:text="@string/tv_one"
android:backgroundTint="@color/btn_color_selector"
android:layout_width="256dp"
android:layout_height="88dp"
/>
</LinearLayout>
在strings.xml,colors.xml和themes.xml三个文件分别添加如下代码(代码如图所示)
最后效果如下面视频:
按键变色