pl_bg_player_footer.xml 300 B

123456789
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <shape xmlns:android="http://schemas.android.com/apk/res/android"
  3. android:shape="rectangle">
  4. <gradient
  5. android:startColor="#3f3f3f"
  6. android:centerColor="#2f2f2f"
  7. android:endColor="#1c1c1c"
  8. android:angle="270" />
  9. </shape>