Left: | ||
Right: |
LEFT | RIGHT |
---|---|
(no file at all) | |
1 <?xml version="1.0" encoding="utf-8"?> | |
2 <shape xmlns:android="http://schemas.android.com/apk/res/android" | |
3 android:shape="rectangle"> | |
4 <padding android:left="2dp" | |
5 android:top="2dp" | |
6 android:right="2dp" | |
7 android:bottom="2dp" /> | |
8 <solid android:color="#107fa9" /> | |
9 <corners android:radius="2dp" /> | |
10 </shape> | |
11 | |
LEFT | RIGHT |