forked from github/szkolny
9 lines
270 B
XML
9 lines
270 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:shape="oval">
|
|
|
|
<stroke android:width="2dp" android:color="@color/theme_primary"/>
|
|
|
|
<solid android:color="@android:color/transparent" />
|
|
|
|
</shape> |