Advertisement
Guest User

Untitled

a guest
Mar 22nd, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. <shape xmlns:android="http://schemas.android.com/apk/res/android"
  2. android:shape="rectangle">
  3. <gradient
  4. android:angle="135"
  5. android:centerColor="@color/light"
  6. android:endColor="@color/grey"
  7. android:startColor="@color/light"
  8. android:type="linear" />
  9. </shape>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement