btn_orange_bg.xml
911 Bytes
<?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/btn_orange_pressed"/>
<item android:drawable="@drawable/btn_orange_normal"/>
<!-- <item android:state_pressed="true"> -->
<!-- <shape android:shape="rectangle"> -->
<!-- <corners android:radius="3dp" /> -->
<!-- <solid android:color="@color/orange_pressed" /> -->
<!-- <size android:height="35dp" /> -->
<!-- </shape> -->
<!-- </item> -->
<!-- <item> -->
<!-- <shape android:shape="rectangle"> -->
<!-- <corners android:radius="3dp" /> -->
<!-- <solid android:color="@color/orange_normal" /> -->
<!-- <size android:height="35dp" /> -->
<!-- </shape> -->
<!-- </item> -->
</selector>