Guest User

Untitled

a guest
Apr 20th, 2018
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. <layer-list xmlns:android="http://schemas.android.com/apk/res/android">
  2. <item>
  3. <shape android:shape="rectangle"/>
  4. </item>
  5. <item
  6. android:bottom="0dp"
  7. android:left="-100dp"
  8. android:right="-100dp"
  9. android:top="-80dp">
  10. <shape android:shape="oval">
  11. <solid android:color="@color/darkViolet" />
  12. </shape>
  13. </item>
  14. </layer-list>
  15.  
  16. <RelativeLayout
  17. android:layout_width="match_parent"
  18. android:layout_height="130dp"
  19. android:background="@drawable/curve_header_bg" />
Add Comment
Please, Sign In to add comment