payeco_stand_digtselector.xml 617 B

123456789101112131415
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <selector xmlns:android="http://schemas.android.com/apk/res/android">
  3. <item android:state_pressed="false"><shape>
  4. <gradient android:angle="270" android:endColor="#f5f5f5" android:startColor="#f5f5f5" />
  5. <stroke android:width="1px" android:color="#d0d6d9" />
  6. </shape></item>
  7. <item android:state_pressed="true"><shape>
  8. <gradient android:angle="270" android:endColor="#cfcfcf" android:startColor="#cfcfcf" />
  9. <stroke android:width="1px" android:color="#d0d6d9" />
  10. </shape></item>
  11. </selector>