PlayerAndroid/app/src/main/res/drawable/bottom_navigation_item_back...

5 lines
188 B
XML
Raw Normal View History

2019-11-21 05:59:33 +00:00
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
2019-12-05 18:18:54 +00:00
<solid android:color="?colorSurface" />
2019-12-12 06:49:33 +00:00
</shape>