Guest User

Untitled

a guest
Mar 30th, 2018
41
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.37 KB | None | 0 0
  1. <layer-list xmlns:android="http://schemas.android.com/apk/res/android">
  2.     <item
  3.        android:left="15dp"
  4.        android:top="15dp"
  5.        android:right="15dp"
  6.        android:bottom="15dp">
  7.         <rotate android:fromDegrees="45">
  8.             <shape>
  9.                 <solid android:color="#F00"/>
  10.             </shape>
  11.         </rotate>
  12.     </item>
  13. </layer-list>
Add Comment
Please, Sign In to add comment