调整taskFrag UI 背景
This commit is contained in:
parent
a651faf106
commit
387d5d99b2
|
|
@ -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.parameter.MarginOffset
|
||||||
import com.ama.core.architecture.highlightpro.shape.OvalShape
|
import com.ama.core.architecture.highlightpro.shape.OvalShape
|
||||||
import com.ama.core.architecture.highlightpro.shape.RectShape
|
import com.ama.core.architecture.highlightpro.shape.RectShape
|
||||||
import com.ama.core.architecture.util.SpUtil
|
|
||||||
import com.gamedog.statisticreporter.StatisticUtil
|
import com.gamedog.statisticreporter.StatisticUtil
|
||||||
import com.gamedog.vididin.manager.GuideManager
|
import com.gamedog.vididin.manager.GuideManager
|
||||||
import dagger.hilt.android.AndroidEntryPoint
|
import dagger.hilt.android.AndroidEntryPoint
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,8 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<shape android:shape="rectangle"
|
<shape android:shape="rectangle"
|
||||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||||
<gradient android:type="linear" android:useLevel="true" android:startColor="#fff8bbc8"
|
<gradient android:type="linear" android:useLevel="true" android:startColor="#ffffffff"
|
||||||
android:endColor="#ffffffff" android:angle="90" />
|
android:endColor="#fff8bbc8" android:angle="90" />
|
||||||
<corners android:topLeftRadius="15dp" android:topRightRadius="15dp"
|
<corners android:topLeftRadius="15dp" android:topRightRadius="15dp"
|
||||||
android:bottomLeftRadius="15dp" android:bottomRightRadius="15dp" />
|
android:bottomLeftRadius="15dp" android:bottomRightRadius="15dp" />
|
||||||
</shape>
|
</shape>
|
||||||
|
|
|
||||||
File diff suppressed because it is too large
Load Diff
Binary file not shown.
|
After Width: | Height: | Size: 414 KiB |
Loading…
Reference in New Issue