Files
TachiyomiSY/app/src/main/res/drawable/readernav_rounded.xml
T
2021-01-26 13:11:42 -05:00

6 lines
233 B
XML

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