bg_scan_file_dialog.xml 274 B

12345678
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <shape xmlns:android="http://schemas.android.com/apk/res/android">
  3. <corners android:radius="12dp" />
  4. <gradient
  5. android:angle="-90"
  6. android:endColor="@color/white"
  7. android:startColor="#E3EFFF" />
  8. </shape>