RetroMusicPlayer/app/src/main/res/drawable/bottom_navigation_item_background.xml

6 lines
230 B
XML
Raw Normal View History

2019-11-21 11:29:33 +05:30
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<corners android:radius="8dp" />
2019-12-01 16:58:57 +05:30
<solid android:color="?attr/colorSurface" />
2019-11-21 11:29:33 +05:30
</shape>