gradient_bg_hover.xml 289 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="#18d7e5"
  6. android:centerColor="#16cedb"
  7. android:endColor="#09adb9"
  8. android:angle="270" />
  9. </shape>