Dantotsu/app/src/main/res/drawable/rounded_top_nav.xml
2023-10-17 18:42:43 -05:00

5 lines
No EOL
191 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>