<?xml version="1.0" encoding="utf-8"?> <selector xmlns:android="http://schemas.android.com/apk/res/android"> <item android:state_pressed="true"><shape> <gradient android:angle="-90" android:endColor="#B1CFEB" android:startColor="#BFDFFD" /> <corners android:radius="10dip" /> <stroke android:width="1px" android:color="#9999" /> <padding bottom="10dip" left="10dip" right="10dip" top="10dip" /> </shape></item> <item android:state_focused="true"><shape> <gradient android:angle="-90" android:endColor="#C8DDF1" android:startColor="#D3E9FE" /> <corners android:radius="10dip" /> <stroke android:width="1px" android:color="#9999" /> <padding bottom="10dip" left="10dip" right="10dip" top="10dip" /> </shape></item> <item><shape> <gradient android:angle="-90" android:endColor="#B7B7B7" android:startColor="#EBEBEB" /> <corners android:radius="10dip" /> <stroke android:width="1px" android:color="#666666" /> <padding bottom="10dip" left="10dip" right="10dip" top="10dip" /> </shape></item> </selector>