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