profile_bk.xml 324 B

12345678910
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle" >
  3. <gradient
  4. android:angle="0"
  5. android:centerX="35%"
  6. android:startColor="#FF3B30"
  7. android:endColor="#FF9301"
  8. android:type="linear"
  9. />
  10. </shape>