diff --git a/feature/debug/src/main/res/layout/fragment_debug_menu_sub_container.xml b/feature/debug/src/main/res/layout/fragment_debug_menu_sub_container.xml index 758c95e3..2f4c4653 100644 --- a/feature/debug/src/main/res/layout/fragment_debug_menu_sub_container.xml +++ b/feature/debug/src/main/res/layout/fragment_debug_menu_sub_container.xml @@ -1,14 +1,21 @@ - + android:theme="@style/Theme.Lacerta" + tools:context=".DebugMenuSubContainerFragment" > - - + android:layout_height="wrap_content" + android:background="?attr/colorPrimary" + android:minHeight="?attr/actionBarSize" + android:theme="?attr/actionBarTheme" + app:layout_constraintEnd_toEndOf="parent" + app:layout_constraintStart_toStartOf="parent" + app:layout_constraintTop_toTopOf="parent" /> - \ No newline at end of file + \ No newline at end of file