I am designing a game and need to make my app compatible back to API 16. I found how to do the AppCompatButton and set the style but how do I change the color to a more pleasing color like a light blue?
<android.support.v7.widget.AppCompatButton android:id="@+id/button7" style="@style/Widget.AppCompat.Button.Colored" android:layout_width="0dp" android:layout_height="wrap_content" android:layout_weight="1" android:elevation="1dp" android:lines="2" android:text="Button"/> thanks