Advertisement
Guest User

Untitled

a guest
Apr 23rd, 2014
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. <layer-list xmlns:android="http://schemas.android.com/apk/res/android" >
  2. <item
  3. android:drawable="@drawable/ic_launcher">
  4. </item>
  5. <item>
  6. <rotate
  7. android:fromDegrees="-45"
  8. android:toDegrees="0"
  9. android:pivotX="150%"
  10. android:pivotY="20%" >
  11. <shape
  12. android:shape="rectangle" >
  13. <solid android:color="#ff0000" />
  14. </shape>
  15. </rotate>
  16. </item>
  17. </layer-list>
  18.  
  19. android:background="@drawable/triangle"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement