GitNex-Android-App/app/src/main/res/drawable/circle.xml

5 lines
154 B
XML
Raw Normal View History

<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="oval">
<solid
2020-01-07 13:27:05 +01:00
android:color="@color/darkGreen"/>
</shape>