AArkiwi/res/layout/pl_bg_player_footer.xml
2015-06-15 17:48:37 +02:00

9 lines
No EOL
300 B
XML

<?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>