调整taskFrag UI 背景

This commit is contained in:
renhaoting 2026-01-12 16:01:39 +08:00
parent a651faf106
commit 387d5d99b2
4 changed files with 487 additions and 474 deletions

View File

@ -42,7 +42,6 @@ import com.ama.core.architecture.highlightpro.parameter.HighlightParameter
import com.ama.core.architecture.highlightpro.parameter.MarginOffset
import com.ama.core.architecture.highlightpro.shape.OvalShape
import com.ama.core.architecture.highlightpro.shape.RectShape
import com.ama.core.architecture.util.SpUtil
import com.gamedog.statisticreporter.StatisticUtil
import com.gamedog.vididin.manager.GuideManager
import dagger.hilt.android.AndroidEntryPoint

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<shape android:shape="rectangle"
xmlns:android="http://schemas.android.com/apk/res/android">
<gradient android:type="linear" android:useLevel="true" android:startColor="#fff8bbc8"
android:endColor="#ffffffff" android:angle="90" />
<gradient android:type="linear" android:useLevel="true" android:startColor="#ffffffff"
android:endColor="#fff8bbc8" android:angle="90" />
<corners android:topLeftRadius="15dp" android:topRightRadius="15dp"
android:bottomLeftRadius="15dp" android:bottomRightRadius="15dp" />
</shape>

Binary file not shown.

After

Width:  |  Height:  |  Size: 414 KiB