version:4.9
fix: update:修改主页样式
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
android:layout_height="match_parent"
|
||||
android:layout_margin="8dp"
|
||||
android:layout_weight="3"
|
||||
android:background="@drawable/custom_background">
|
||||
android:background="@drawable/custom_bg">
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/iv_pic"
|
||||
@@ -83,7 +83,7 @@
|
||||
android:layout_height="match_parent"
|
||||
android:layout_margin="8dp"
|
||||
android:layout_weight="3"
|
||||
android:background="@drawable/custom_background">
|
||||
android:background="@drawable/custom_bg">
|
||||
|
||||
<TextView
|
||||
android:id="@+id/textView4"
|
||||
@@ -126,7 +126,7 @@
|
||||
android:layout_height="match_parent"
|
||||
android:layout_margin="8dp"
|
||||
android:layout_weight="2"
|
||||
android:background="@drawable/custom_background">
|
||||
android:background="@drawable/custom_bg">
|
||||
|
||||
<TextView
|
||||
android:id="@+id/textView7"
|
||||
@@ -147,7 +147,7 @@
|
||||
android:layout_height="100dp"
|
||||
android:adjustViewBounds="true"
|
||||
android:scaleType="centerInside"
|
||||
android:src="@drawable/sos_icon"
|
||||
android:src="@drawable/home_sos_icon"
|
||||
app:layout_constraintBottom_toBottomOf="parent"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
@@ -177,7 +177,7 @@
|
||||
<!-- android:layout_height="match_parent"-->
|
||||
<!-- android:layout_margin="8dp"-->
|
||||
<!-- android:layout_weight="1"-->
|
||||
<!-- android:background="@drawable/custom_background"-->
|
||||
<!-- android:background="@drawable/custom_bg"-->
|
||||
<!-- tools:ignore="NestedWeights">-->
|
||||
|
||||
<!-- <TextView-->
|
||||
@@ -220,12 +220,12 @@
|
||||
|
||||
|
||||
<androidx.constraintlayout.widget.ConstraintLayout
|
||||
android:id="@+id/cl_shared_space"
|
||||
android:id="@+id/cl_clean"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="match_parent"
|
||||
android:layout_margin="8dp"
|
||||
android:layout_weight="1"
|
||||
android:background="@drawable/custom_background"
|
||||
android:background="@drawable/custom_bg"
|
||||
tools:ignore="NestedWeights">
|
||||
|
||||
<TextView
|
||||
@@ -246,7 +246,7 @@
|
||||
android:layout_height="100dp"
|
||||
android:adjustViewBounds="true"
|
||||
android:scaleType="fitCenter"
|
||||
android:src="@drawable/health_code"
|
||||
android:src="@drawable/home_health_code"
|
||||
app:layout_constraintBottom_toBottomOf="parent"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
@@ -259,7 +259,7 @@
|
||||
android:layout_height="match_parent"
|
||||
android:layout_margin="8dp"
|
||||
android:layout_weight="1"
|
||||
android:background="@drawable/custom_background">
|
||||
android:background="@drawable/custom_bg">
|
||||
|
||||
<TextView
|
||||
android:id="@+id/textView"
|
||||
@@ -354,7 +354,7 @@
|
||||
android:layout_height="match_parent"
|
||||
android:layout_margin="8dp"
|
||||
android:layout_weight="1"
|
||||
android:background="@drawable/custom_background">
|
||||
android:background="@drawable/custom_bg">
|
||||
|
||||
<com.king.view.circleprogressview.CircleProgressView
|
||||
android:id="@+id/cpv"
|
||||
@@ -390,7 +390,7 @@
|
||||
android:layout_height="match_parent"
|
||||
android:layout_margin="8dp"
|
||||
android:layout_weight="1"
|
||||
android:background="@drawable/custom_background">
|
||||
android:background="@drawable/custom_bg">
|
||||
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
|
||||
Reference in New Issue
Block a user