I have some problems to add the blue color over the button when the user press it. It works if there is no drawable in background for this button but in my case, i have to add a custom background and i want the blue color when the user clicks on the button. Here is my code
<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" />