Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0437aab8 authored by George Lin's avatar George Lin
Browse files

Fix the minimum height for the dark theme toggle

Test: Manually tested. See bug.
Bug: 417380089
Flag: com.android.systemui.shared.new_customization_picker_ui
Change-Id: I25ba65590bd74613c4858f88f35af0c47186fa2e
parent 9a0e1a00
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -56,7 +56,7 @@
            android:layout_height="wrap_content"
            android:layout_marginHorizontal="@dimen/floating_sheet_content_horizontal_padding"
            android:background="@null"
            android:minHeight="0dp"
            android:minHeight="@dimen/accessibility_min_height"
            android:text="@string/mode_title"
            android:textAppearance="@style/SectionTitleTextStyle"
            android:theme="@style/Theme.Material3.DynamicColors.DayNight" />