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

Commit f6e90fe0 authored by Erica Lee's avatar Erica Lee
Browse files

p13n: make Dark theme focusable

Before: https://screencast.googleplex.com/cast/NTI0MDQxMDk3MTU3MDE3Nnw0MDA4MDVmOS02NQ
After: https://screencast.googleplex.com/cast/NTY5NjMxMjc1NzQ1MjgwMHwyOTZkMjI1Yi1mMQ

Bug: 430104836
Test: pressed tab to focus dark theme
Flag: EXEMPT bugfix
Change-Id: I4cb1c676d37841b64e479a4c8bdd9243ea4b8f97
parent 1203570a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -56,6 +56,7 @@
            android:layout_height="wrap_content"
            android:layout_marginHorizontal="@dimen/floating_sheet_content_horizontal_padding"
            android:background="@null"
            android:focusable="true"
            android:minHeight="@dimen/accessibility_min_height"
            android:text="@string/mode_title"
            android:textAppearance="@style/SwitchSectionTitleTextStyle"