feat:调整页面背景主题色资源
This commit is contained in:
Binary file not shown.
Before Width: | Height: | Size: 122 KiB After Width: | Height: | Size: 119 KiB |
BIN
app/src/main/res/drawable-xxhdpi/bg_theme_top_home.webp
Normal file
BIN
app/src/main/res/drawable-xxhdpi/bg_theme_top_home.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 132 KiB |
@@ -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
|
||||||
|
@@ -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
|
||||||
|
@@ -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
|
||||||
|
Reference in New Issue
Block a user