Advertisement
Guest User

Untitled

a guest
Apr 24th, 2014
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. <item>
  2. <shape>
  3. <gradient
  4. android:endColor="@color/endColor"
  5. android:startColor="@color/startColor"
  6. android:angle="270" />
  7. </shape>
  8. </item>
  9.  
  10. <corners android:radius="5dp" />
  11.  
  12. <shape android:shape="<replace with shape>" >
  13.  
  14. <gradient
  15. android:endColor="@color/endColor"
  16. android:startColor="@color/startColor"
  17. android:angle="270" />
  18. <corners android:bottomLeftRadius="0dp"
  19. android:topLeftRadius="15dp"
  20. android:bottomRightRadius="15dp"
  21. android:topRightRadius="0dp" />
  22.  
  23. </shape>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement