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

6 lines
242 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 20:57:01 +05:30
<solid android:color="?android:attr/windowBackground" />
2019-11-21 11:29:33 +05:30
</shape>