From 61106bc5eb17e5000a2b2216afec4562c1588834 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A2=81=E5=B0=8F=E6=B1=9F?= <461355754@qq.com> Date: Sun, 7 Dec 2025 17:19:59 +0800 Subject: [PATCH] =?UTF-8?q?1:=E4=BF=AE=E6=94=B9=E9=A6=96=E9=A1=B5=E5=B1=95?= =?UTF-8?q?=E7=A4=BAtab=EF=BC=8C=E6=B7=BB=E5=8A=A0=E6=9C=80=E5=B0=8F?= =?UTF-8?q?=E5=AE=BD=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- MainModule/src/main/res/layout/fragment_voice_category.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/MainModule/src/main/res/layout/fragment_voice_category.xml b/MainModule/src/main/res/layout/fragment_voice_category.xml index 8e7ffb69..cecd5412 100644 --- a/MainModule/src/main/res/layout/fragment_voice_category.xml +++ b/MainModule/src/main/res/layout/fragment_voice_category.xml @@ -272,6 +272,7 @@ app:tabIndicatorHeight="@dimen/dp_15" app:tabIndicatorGravity="center" app:tabMode="scrollable" + app:tabMinWidth="@dimen/dp_40" app:tabSelectedTextColor="@color/white" app:tabIndicatorColor="@android:color/transparent" app:tabTextAppearance="@style/CustomTabTextAppearance"