zk_account_button_top_press.xml 383 B

12345678910
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <shape xmlns:android="http://schemas.android.com/apk/res/android"
  3. android:shape="rectangle">
  4. <solid android:color="@color/zk_button_white_press" />
  5. <corners
  6. android:bottomLeftRadius="0.0dip"
  7. android:bottomRightRadius="0.0dip"
  8. android:topLeftRadius="4.0dip"
  9. android:topRightRadius="4.0dip" />
  10. </shape>