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

Commit 75061181 authored by David Liu's avatar David Liu
Browse files

Fixed toolbar keyboard navigation

- Make tab can navigate to back button

Bug: 415049052
Test: manual
Flag: EXEMPT resource only
Change-Id: Idbfa5c016576fbbd68febfb10ffc84fa8a7024c2
parent d1280871
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -26,6 +26,7 @@
        android:outlineAmbientShadowColor="@android:color/transparent"
        android:outlineSpotShadowColor="@android:color/transparent"
        android:background="@android:color/transparent"
        android:touchscreenBlocksFocus="false"
        app:expanded="false"
        android:theme="@style/SettingsLibTheme.CollapsingToolbar.Expressive">

@@ -45,6 +46,8 @@
                android:layout_marginStart="@dimen/settingslib_expressive_space_extrasmall4"
                android:theme="?android:attr/actionBarTheme"
                android:transitionName="shared_element_view"
                android:nextFocusForward="@+id/content_frame"
                android:touchscreenBlocksFocus="false"
                app:layout_collapseMode="pin">

                <LinearLayout