2018-04-02 23:17:32 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
android:shape="oval" >
|
2020-08-24 08:38:48 +00:00
|
|
|
<solid android:color="?android:colorBackground" />
|
2018-04-02 23:17:32 +00:00
|
|
|
</shape>
|