调整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>

View File

@ -1,10 +1,21 @@
<?xml version="1.0" encoding="utf-8"?>
<com.ama.core.architecture.widget.MyScrollView xmlns:android="http://schemas.android.com/apk/res/android"
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:ignore="Overdraw">
<androidx.appcompat.widget.AppCompatImageView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:src="@mipmap/bg_task_frag_top"
android:scaleType="centerCrop"
/>
<com.ama.core.architecture.widget.MyScrollView
android:id="@+id/scroll_view"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="#666666"
tools:ignore="Overdraw">
<LinearLayout
@ -555,5 +566,8 @@
</LinearLayout>
</LinearLayout>
</com.ama.core.architecture.widget.MyScrollView>
</FrameLayout>

Binary file not shown.

After

Width:  |  Height:  |  Size: 414 KiB