From b9cc7390e8e8ce64c41c26fb369c98ce669d660c Mon Sep 17 00:00:00 2001 From: wjc <1243177876@qq.com> Date: 星期三, 07 五月 2025 15:02:30 +0800 Subject: [PATCH] Merge branch '1.2.0' --- countrypicker/src/main/res/layout/dialog_country_picker.xml | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/countrypicker/src/main/res/layout/dialog_country_picker.xml b/countrypicker/src/main/res/layout/dialog_country_picker.xml index 69c3d31..6c6d616 100644 --- a/countrypicker/src/main/res/layout/dialog_country_picker.xml +++ b/countrypicker/src/main/res/layout/dialog_country_picker.xml @@ -33,8 +33,8 @@ android:background="@null" android:gravity="start|center_vertical" android:hint="@string/search" - android:textColor="#E6FFFFFF" - android:textColorHint="#66FFFFFF" + android:textColor="#FFACACAC" + android:textColorHint="#FF5B5B5B" android:textSize="14sp" /> </RelativeLayout> -- Gitblit v1.8.0