bottom_round.xml 446 B

123456789101112131415
  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. <item
  7. android:bottom="0dp"
  8. android:left="-100dp"
  9. android:right="-100dp"
  10. android:top="-80dp">
  11. <shape android:shape="oval">
  12. <solid android:color="@color/app_blue_color" />
  13. </shape>
  14. </item>
  15. </layer-list>