1
2
3
4
5
6
7
8
9
10
11
12
13
| <?xml version="1.0" encoding="utf-8"?>
| <selector xmlns:android="http://schemas.android.com/apk/res/android">
|
| <item>
| <shape>
| <corners android:bottomLeftRadius="0dp" android:bottomRightRadius="0dp" android:topLeftRadius="5dp" android:topRightRadius="5dp" />
|
| <solid android:color="@color/bjskres_transparent" />
|
| </shape>
| </item>
|
| </selector>
|
|