pb_dialog_white_bg.xml 180 B

12345678
  1. <shape xmlns:android="http://schemas.android.com/apk/res/android"
  2. android:shape="rectangle">
  3. <solid android:color="#fff" />
  4. <corners android:radius="5dp" />
  5. </shape>