侧滑删除
This commit is contained in:
@@ -1,5 +1,14 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<solid android:color="@color/color_e34d59"/>
|
||||
<corners android:radius="8dp"/>
|
||||
</shape>
|
||||
<inset xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:insetRight="12dp">
|
||||
|
||||
<shape android:shape="rectangle">
|
||||
|
||||
<solid android:color="@color/color_e34d59"/>
|
||||
|
||||
<corners
|
||||
android:radius="8dp"/>
|
||||
|
||||
</shape>
|
||||
|
||||
</inset>
|
||||
Reference in New Issue
Block a user