From b75795836a851a13e54cc4efb597262fb448217c Mon Sep 17 00:00:00 2001 From: mac <user@users-MacBook-Pro.local> Date: 星期三, 08 五月 2024 15:22:01 +0800 Subject: [PATCH] 2024年05月08日15:21:54 --- app/src/main/res/layout/home_bottom_line.xml | 7 +++++-- 1 files changed, 5 insertions(+), 2 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..535bf61 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"> @@ -30,9 +31,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