From 06a78ebee0b46fd99fc89e5091653ffbfbf504cc Mon Sep 17 00:00:00 2001 From: r-ca Date: Sun, 17 Dec 2023 19:29:12 +0900 Subject: [PATCH] =?UTF-8?q?=E8=89=B2=E6=8C=87=E5=AE=9A=E8=BF=BD=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/res/layout/fragment_debug_menu_container.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/feature/debug/src/main/res/layout/fragment_debug_menu_container.xml b/feature/debug/src/main/res/layout/fragment_debug_menu_container.xml index 4ac68a28..1726352e 100644 --- a/feature/debug/src/main/res/layout/fragment_debug_menu_container.xml +++ b/feature/debug/src/main/res/layout/fragment_debug_menu_container.xml @@ -11,8 +11,8 @@ android:id="@+id/debug_menu_top_toolbar" android:layout_width="match_parent" android:layout_height="wrap_content" - android:background="@color/colorPrimaryContainerLight" - app:titleTextColor="@color/colorOnPrimaryContainerLight" + android:background="@color/colorPrimaryContainer" + app:titleTextColor="@color/colorOnPrimaryContainer" app:title="Debug Menu" android:minHeight="?attr/actionBarSize" android:theme="?attr/actionBarTheme"