shape_user_delete.xml

pull/102/head
watson1982 2 years ago committed by GitHub
parent 11203b0bf8
commit eb910dedae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 12
      app/src/main/res/drawable/shape_user_delete.xml

@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle" >
<gradient
android:startColor="@color/color_000000_30"
android:centerColor="@color/color_000000_60"
android:endColor="@color/color_000000_30"
android:angle="90" />
<corners
android:radius="@dimen/vs_10"/>
</shape>
Loading…
Cancel
Save