jmdialog.xml 427 B

12345678
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <shape xmlns:android="http://schemas.android.com/apk/res/android" >
  3. <corners android:topLeftRadius="4.0dip" android:topRightRadius="4.0dip" android:bottomLeftRadius="4.0dip" android:bottomRightRadius="4.0dip" />
  4. <gradient android:startColor="#fefefe" android:endColor="#F5F5F5" android:angle="270.0" />
  5. <stroke android:width="0.5dip" android:color="#a0a0a0" />
  6. </shape>