From 78b6c58dcddfdb3624eeda83a4ca947a8a0d2025 Mon Sep 17 00:00:00 2001 From: r-ca Date: Sun, 17 Dec 2023 14:10:37 +0900 Subject: [PATCH] =?UTF-8?q?=E4=BB=AE=E7=BD=AE=E3=81=8D=E3=83=86=E3=82=AD?= =?UTF-8?q?=E3=82=B9=E3=83=88=E5=89=8A=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- feature/debug/src/main/res/layout/list_item_debug_menu.xml | 2 -- 1 file changed, 2 deletions(-) diff --git a/feature/debug/src/main/res/layout/list_item_debug_menu.xml b/feature/debug/src/main/res/layout/list_item_debug_menu.xml index b76973a5..277da422 100644 --- a/feature/debug/src/main/res/layout/list_item_debug_menu.xml +++ b/feature/debug/src/main/res/layout/list_item_debug_menu.xml @@ -10,9 +10,7 @@ android:layout_width="0dp" android:layout_height="wrap_content" android:textSize="16sp" - android:textStyle="bold" android:layout_marginEnd="8dp" - app:layout_constraintEnd_toStartOf="@+id/debug_menu_item_description" app:layout_constraintStart_toStartOf="parent" app:layout_constraintTop_toTopOf="parent" />