From 43c0a28db7e43959561036dbde0eb5cb37a7e324 Mon Sep 17 00:00:00 2001
From: mac <user@users-MacBook-Pro.local>
Date: 星期五, 10 五月 2024 18:25:40 +0800
Subject: [PATCH] 2024年05月10日18:25:29

---
 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