1 <?xml version=
"1.0" encoding=
"utf-8"?>
2 <shape xmlns:
android=
"http://schemas.android.com/apk/res/android"
3 android:
shape=
"rectangle">
4 <corners android:
radius=
"5dip" />
5 <solid android:
color=
"#aac4d2" />
6 <padding android:
left=
"15dp" android:
top=
"5dp" android:
right=
"15dp" android:
bottom=
"5dp" />
7 <stroke android:
width=
"5dip" android:
color=
"#ff8000" />