ユーザーがボタンを押したときにボタンの上に青色を追加するには、いくつかの問題があります。このボタンの背景にドローアブルがない場合は機能しますが、私の場合、カスタム背景を追加する必要があり、ユーザーがボタンをクリックしたときに青色が必要です。これが私のコードです
<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" />