GitNex/app/src/main/res/drawable/shape_full_circle.xml

8 lines
242 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle" >
<solid android:color="?attr/primaryBackgroundColor"/>
<corners android:radius="32dp"/>
</shape>