Dantotsu/app/src/main/res/drawable/rounded_top_incognito.xml
2024-02-06 02:16:10 -06:00

5 lines
No EOL
199 B
XML

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