From ce88de4891b87c3b7b2750575e15d6e48d518852 Mon Sep 17 00:00:00 2001
From: hxb <hxb@hdlchina.com.cn>
Date: 星期四, 24 十月 2024 10:39:12 +0800
Subject: [PATCH] 增加云端库

---
 app/src/main/res/layout/item_type_title.xml |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/app/src/main/res/layout/item_type_title.xml b/app/src/main/res/layout/item_type_title.xml
index 8e61c18..c68cd5a 100644
--- a/app/src/main/res/layout/item_type_title.xml
+++ b/app/src/main/res/layout/item_type_title.xml
@@ -19,7 +19,8 @@
             android:id="@+id/type_title_tv"
             android:layout_width="match_parent"
             android:layout_height="@dimen/dp_20"
-            android:textColor="@color/text_90000000"
+            android:gravity="center"
+            android:textColor="@color/text_E6000000"
             android:textSize="@dimen/text_14"
             app:layout_constraintBottom_toBottomOf="parent"
             app:layout_constraintEnd_toEndOf="parent"

--
Gitblit v1.8.0