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

6 lines
242 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">
<corners android:radius="8dp" />
2019-12-01 15:27:01 +00:00
<solid android:color="?android:attr/windowBackground" />
2019-11-21 05:59:33 +00:00
</shape>