g_dialog_right_button_press.xml 356 B

12345
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <shape xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" android:shape="rectangle">
  3. <solid android:color="#ffd3d3d3"/>
  4. <corners android:radius="5dp" android:topLeftRadius="0dp" android:topRightRadius="0dp" android:bottomLeftRadius="0dp"/>
  5. </shape>