Advertisement
Guest User

gradient linear

a guest
Jul 30th, 2015
196
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.26 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <shape xmlns:android="http://schemas.android.com/apk/res/android">
  3.     <gradient
  4.        android:startColor="#00f9f9f9"
  5.        android:endColor="#ffffff"
  6.        android:type="linear"
  7.        android:angle="90"/>
  8. </shape>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement