feat:调整页面背景主题色资源

This commit is contained in:
max
2024-06-04 17:07:59 +08:00
parent 640d59d4f5
commit 764227edcd
5 changed files with 12 additions and 12 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 122 KiB

After

Width:  |  Height:  |  Size: 119 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 132 KiB

View File

@@ -6,11 +6,11 @@
android:layout_height="match_parent" android:layout_height="match_parent"
android:background="@color/color_F7F7F7"> android:background="@color/color_F7F7F7">
<View <ImageView
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="0dp" android:layout_height="wrap_content"
android:background="@drawable/bg_theme_top" android:src="@drawable/bg_theme_top"
app:layout_constraintDimensionRatio="375:178" android:adjustViewBounds="true"
app:layout_constraintTop_toTopOf="parent" /> app:layout_constraintTop_toTopOf="parent" />
<com.chwl.app.base.TitleBar <com.chwl.app.base.TitleBar

View File

@@ -6,11 +6,11 @@
android:background="@color/color_F7F7F7" android:background="@color/color_F7F7F7"
xmlns:tools="http://schemas.android.com/tools"> xmlns:tools="http://schemas.android.com/tools">
<View <ImageView
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="0dp" android:layout_height="wrap_content"
android:background="@drawable/bg_theme_top" android:adjustViewBounds="true"
app:layout_constraintDimensionRatio="375:91" android:src="@drawable/bg_theme_top"
app:layout_constraintTop_toTopOf="parent" /> app:layout_constraintTop_toTopOf="parent" />
<androidx.constraintlayout.widget.ConstraintLayout <androidx.constraintlayout.widget.ConstraintLayout

View File

@@ -6,11 +6,11 @@
android:layout_height="match_parent" android:layout_height="match_parent"
android:background="@color/color_F7F7F7"> android:background="@color/color_F7F7F7">
<View <ImageView
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="0dp" android:layout_height="wrap_content"
android:background="@drawable/bg_theme_top" android:adjustViewBounds="true"
app:layout_constraintDimensionRatio="375:91" android:src="@drawable/bg_theme_top_home"
app:layout_constraintTop_toTopOf="parent" /> app:layout_constraintTop_toTopOf="parent" />
<LinearLayout <LinearLayout