Newer
Older
MathsCalc / app / src / main / res / drawable / press_green_btn.xml
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">

    <item android:state_pressed="true" android:drawable="@drawable/shape_green_btn_press" />
    <item android:state_pressed="false" android:drawable="@drawable/shape_green_btn" />
</selector>