From e867a09e2504ed08875808006dd4325da9a9dd8c Mon Sep 17 00:00:00 2001 From: r-ca Date: Sun, 17 Dec 2023 22:13:35 +0900 Subject: [PATCH] =?UTF-8?q?Revert=20"=E3=83=86=E3=82=B9=E3=83=88"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 78cfe50597e2c96be1409773fb45982a04383e8f. --- .../debug/src/main/res/layout/fragment_debug_menu_container.xml | 2 ++ 1 file changed, 2 insertions(+) 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 86523e7c..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,6 +11,8 @@ android:id="@+id/debug_menu_top_toolbar" android:layout_width="match_parent" android:layout_height="wrap_content" + android:background="@color/colorPrimaryContainer" + app:titleTextColor="@color/colorOnPrimaryContainer" app:title="Debug Menu" android:minHeight="?attr/actionBarSize" android:theme="?attr/actionBarTheme"