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.
11 lines
477 B
11 lines
477 B
<?xml version="1.0" encoding="utf-8"?> |
|
<selector |
|
xmlns:android="http://schemas.android.com/apk/res/android"> |
|
<item> |
|
<shape android:shape="oval" android:useLevel="false"> |
|
<padding android:left="4.0dip" android:top="4.0dip" android:right="4.0dip" android:bottom="4.0dip" /> |
|
<solid android:color="@color/fullscreen_bg" /> |
|
<stroke android:width="1.0dip" android:color="@color/toast_bord" /> |
|
</shape> |
|
</item> |
|
</selector> |