gutter_horizontal.xml 404 B

123456789
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!-- This "gutter" has a shadow at the top and a subtler shadow on the bottom. -->
  3. <shape xmlns:android="http://schemas.android.com/apk/res/android">
  4. <gradient android:type="linear"
  5. android:angle="-90"
  6. android:startColor="#ffE0E0E0"
  7. android:centerColor="#ffffffff"
  8. android:endColor="#ffF5F5F5" />
  9. </shape>