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

5 lines
No EOL
192 B
XML

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