From c490011464bdc982fdb047602b10f4c3f5c65e09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=96=E7=95=8C?= Date: Fri, 25 Aug 2023 22:36:20 +0800 Subject: [PATCH] Fix controls --- app/src/main/res/layout/fragment_dashboard_overview.xml | 5 +++-- app/src/main/res/layout/view_clash_mode_button.xml | 1 + 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/app/src/main/res/layout/fragment_dashboard_overview.xml b/app/src/main/res/layout/fragment_dashboard_overview.xml index 9b7cc75..0268d36 100644 --- a/app/src/main/res/layout/fragment_dashboard_overview.xml +++ b/app/src/main/res/layout/fragment_dashboard_overview.xml @@ -14,7 +14,7 @@ android:textSize="20sp" android:visibility="gone" /> - @@ -436,6 +436,7 @@ - + \ No newline at end of file diff --git a/app/src/main/res/layout/view_clash_mode_button.xml b/app/src/main/res/layout/view_clash_mode_button.xml index db82b0b..80ccb49 100644 --- a/app/src/main/res/layout/view_clash_mode_button.xml +++ b/app/src/main/res/layout/view_clash_mode_button.xml @@ -11,6 +11,7 @@ style="@style/Widget.MaterialComponents.Button" android:layout_width="wrap_content" android:layout_height="wrap_content" + android:textColor="?colorSurfaceContainer" tools:text="Direct" /> \ No newline at end of file