pl_gradient_bg_hover.xml 338 B

12345678910
  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 BgColor for listrow Selected -->
  5. <gradient
  6. android:startColor="#18d7e5"
  7. android:centerColor="#16cedb"
  8. android:endColor="#09adb9"
  9. android:angle="270" />
  10. </shape>