Advertisement
hasancse1991

Untitled

Oct 12th, 2019
319
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.47 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <layer-list xmlns:android="http://schemas.android.com/apk/res/android">
  3.     <item>
  4.         <shape android:shape="rectangle"/>
  5.     </item>
  6.  
  7.     <item
  8.            android:bottom="0dp"
  9.            android:left="-10dp"
  10.            android:right="-10dp"
  11.            android:top="-100dp">
  12.         <shape android:shape="oval">
  13.             <solid android:color="@color/colorPrimary"/>
  14.         </shape>
  15.  
  16.     </item>
  17.  
  18. </layer-list>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement