当用户按下按钮时,我在按钮上添加蓝色时遇到了一些问题。如果此按钮在背景中没有可绘制对象,则它可以工作,但在我的情况下,我必须添加自定义背景,并且当用户单击按钮时我想要蓝色。这是我的代码
<Button
android:id="@+id/create_profile"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_below="@+id/info_account"
android:layout_centerHorizontal="true"
android:background="@drawable/btn_create_profile" />