dialog_style_left_btn_press.xml 358 B

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