Files
tempor/app/src/main/res/drawable/bottom_nav_shape.xml
Antonio Cappiello 6eff64e7e1 project upload
2020-11-20 15:38:08 +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="4dp" />
</shape>