From 78cfe50597e2c96be1409773fb45982a04383e8f Mon Sep 17 00:00:00 2001 From: r-ca Date: Sun, 17 Dec 2023 22:03:42 +0900 Subject: [PATCH] =?UTF-8?q?=E3=83=86=E3=82=B9=E3=83=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../debug/src/main/res/layout/fragment_debug_menu_container.xml | 2 -- 1 file changed, 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 1726352e..86523e7c 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,6 @@ 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"