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

5 lines
153 B
XML

<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="oval">
<solid
android:color="@color/colorRed"/>
</shape>