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

5 lines
188 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">
2019-12-05 23:48:54 +05:30
<solid android:color="?colorSurface" />
2019-12-12 12:19:33 +05:30
</shape>