x7_smallhao_alertdialog_top_bg.xml 281 B

123456789
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <shape xmlns:android="http://schemas.android.com/apk/res/android"
  3. android:shape="rectangle">
  4. <gradient
  5. android:endColor="#ffffff"
  6. android:startColor="#ffffff" />
  7. <corners android:radius="10dip" />
  8. </shape>