right_shadow.xml 275 B

12345678
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <shape xmlns:android="http://schemas.android.com/apk/res/android">
  3. <gradient
  4. android:startColor="#70555555"
  5. android:centerColor="#70cccccc"
  6. android:endColor="#70f5f5f5"
  7. android:angle="180" />
  8. </shape>