bg_player_header.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="#484c4f"
  6. android:centerColor="#3c4044"
  7. android:endColor="#2e3136"
  8. android:angle="270" />
  9. </shape>