gray_gradient.xml 241 B

12345
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <shape android:shape="rectangle"
  3. xmlns:android="http://schemas.android.com/apk/res/android">
  4. <gradient android:startColor="#ffcfcfcf" android:endColor="#ff7f7f7f" android:angle="270.0" />
  5. </shape>