调整首页底部tab颜色

This commit is contained in:
wushaocheng
2022-10-20 16:13:43 +08:00
parent d638d4041c
commit 915814e2f9
2 changed files with 2 additions and 2 deletions

View File

@@ -14,7 +14,7 @@
<FrameLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="#FFF4F4FA">
android:background="@color/bg_normal_1c1b22">
<View
android:layout_width="match_parent"

View File

@@ -4,7 +4,7 @@
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@color/white"
android:background="@color/color_white"
app:layout_constraintTop_toTopOf="parent">
<androidx.constraintlayout.widget.ConstraintLayout