bd_dialog_button_pressed_right.xml 369 B

12345678910111213141516
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <shape xmlns:android="http://schemas.android.com/apk/res/android" >
  3. <solid android:color="#f6f6f6" />
  4. <corners
  5. android:bottomRightRadius="30px"
  6. android:radius="0px" />
  7. <padding
  8. android:bottom="0dp"
  9. android:left="0dp"
  10. android:right="0dp"
  11. android:top="0dp" />
  12. </shape>