jmwhite_bg_buttom_more_count.xml 1.4 KB

123456789101112131415161718192021222324
  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">
  4. <shape android:shape="rectangle">
  5. <corners android:topLeftRadius="0.0dip" android:topRightRadius="0.0dip" android:bottomLeftRadius="8.0dip" android:bottomRightRadius="8.0dip"/>
  6. <gradient android:startColor="#fff" android:endColor="#fff" android:angle="270.0"/>
  7. <stroke android:width="0.5dip" android:color="#e2e6e9"/>
  8. </shape>
  9. </item>
  10. <item android:state_focused="true">
  11. <shape android:shape="rectangle">
  12. <corners android:topLeftRadius="0.0dip" android:topRightRadius="0.0dip" android:bottomLeftRadius="8.0dip" android:bottomRightRadius="8.0dip"/>
  13. <gradient android:startColor="#fff" android:endColor="#fff" android:angle="270.0"/>
  14. <stroke android:width="0.5dip" android:color="#e2e6e9"/>
  15. </shape>
  16. </item>
  17. <item>
  18. <shape android:shape="rectangle">
  19. <corners android:topLeftRadius="0.0dip" android:topRightRadius="0.0dip" android:bottomLeftRadius="8.0dip" android:bottomRightRadius="8.0dip"/>
  20. <gradient android:startColor="#fff" android:endColor="#fff" android:angle="270.0"/>
  21. <stroke android:width="0.5dip" android:color="#e2e6e9"/>
  22. </shape>
  23. </item>
  24. </selector>