Files
Dantotsu/app/src/main/res/drawable/bottom_nav.xml
2023-10-24 23:38:46 -05:00

5 lines
208 B
XML

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