jmdialog.xml 427 B

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