[fea]
[shape 删除使用图片资源]
This commit is contained in:
yangyakun
2024-10-08 18:30:29 +08:00
parent d716c8e326
commit 6b5bf36e49
3 changed files with 1 additions and 9 deletions

View File

@@ -3,7 +3,7 @@
android:shape="rectangle">
<corners android:bottomRightRadius="@dimen/dp_26" />
<gradient
android:angle="-90"
android:angle="270"
android:endColor="@color/charter_p_d7e5f5"
android:startColor="@android:color/transparent" />
</shape>

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.7 KiB

View File

@@ -1,8 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<corners android:radius="@dimen/dp_30"/>
<gradient android:startColor="@color/bus_color_19E6D4"
android:angle="-100"
android:endColor="@color/bus_color_198BF6"/>
</shape>