You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
341 B
10 lines
341 B
7 months ago
|
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||
|
<item>
|
||
|
<shape android:shape="oval">
|
||
|
<size android:width="70dp" android:height="70dp"/>
|
||
|
<stroke android:width="0.5dp" android:color="#CCFFFFFF" />
|
||
|
<solid android:color="#66FFFFFF" />
|
||
|
</shape>
|
||
|
</item>
|
||
|
|
||
|
</selector>
|