rectangle_dim_top.xml 313 B

123456789101112
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle" >
  3. <gradient
  4. android:angle="90"
  5. android:endColor="#4D000000"
  6. android:startColor="#00000000"
  7. android:type="linear" />
  8. <corners
  9. android:radius="0dp"/>
  10. </shape>