Files
tempor/app/src/main/res/drawable/bottom_nav_shape.xml
2020-11-26 16:05:58 +01:00

5 lines
198 B
XML

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