From a7584d9662df5c9d46a40eb132899cdc64c07ef5 Mon Sep 17 00:00:00 2001 From: mac <user@users-MacBook-Pro.local> Date: 星期一, 01 七月 2024 09:34:56 +0800 Subject: [PATCH] 2024年07月01日09:34:50 --- app/src/main/res/layout/home_bottom_line.xml | 14 ++++++++------ 1 files changed, 8 insertions(+), 6 deletions(-) diff --git a/app/src/main/res/layout/home_bottom_line.xml b/app/src/main/res/layout/home_bottom_line.xml index 60c05b3..6cfd557 100644 --- a/app/src/main/res/layout/home_bottom_line.xml +++ b/app/src/main/res/layout/home_bottom_line.xml @@ -1,5 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" + xmlns:tools="http://schemas.android.com/tools" android:layout_width="0dp" android:layout_height="@dimen/dp_49" android:layout_weight="1"> @@ -15,12 +16,11 @@ <TextView android:id="@+id/title_tv" android:layout_width="wrap_content" - android:layout_height="@dimen/text_14" + android:layout_height="@dimen/text_16" android:layout_below="@+id/icon_iv" android:layout_centerInParent="true" - android:layout_marginTop="@dimen/dp_2" - android:textColor="@color/text_90000000" - android:textSize="@dimen/text_10" /> + android:textColor="@color/text_E6000000" + android:textSize="@dimen/text_12" /> <TextView android:id="@+id/red_count_tv" @@ -30,9 +30,11 @@ android:layout_marginStart="@dimen/dp_16" android:layout_marginTop="4.5dp" android:background="@drawable/red_font" + android:gravity="center" android:textColor="@color/text_FFFFFFFF" - android:textSize="11sp" - android:visibility="gone" /> + android:textSize="9sp" + android:visibility="gone" + tools:ignore="SmallSp" /> <!--鍔犲ぇ鐐瑰嚮鐑尯--> <TextView android:id="@+id/click_tv" -- Gitblit v1.8.0