zzz_title_gradient.xml 278 B

1234567
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <shape xmlns:android="http://schemas.android.com/apk/res/android">
  3. <gradient
  4. android:startColor="@color/zzz_title_gradient"
  5. android:endColor="@color/zzz_title_gradient_transparent"
  6. android:angle="270"/>
  7. </shape>