AArkiwi/res/layout/pl_bg_player_footer.xml

9 lines
300 B
XML
Raw Normal View History

2015-06-15 17:48:37 +02:00
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<gradient
android:startColor="#3f3f3f"
android:centerColor="#2f2f2f"
android:endColor="#1c1c1c"
android:angle="270" />
</shape>