g_dialog_left_button_normal.xml 357 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="#ffffffff"/>
  4. <corners android:radius="5dp" android:topLeftRadius="0dp" android:topRightRadius="0dp" android:bottomRightRadius="0dp"/>
  5. </shape>