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

Commit 8037fa5d authored by Winson Chung's avatar Winson Chung Committed by Automerger Merge Worker
Browse files

Merge "Increase size of the back/ime switcher buttons in gesture nav" into sc-dev am: 68839f4b

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/14491497

Change-Id: Ic44e22983cc4687d38cdf6e2e9dca200d3222b89
parents 2e3bf28e 68839f4b
Loading
Loading
Loading
Loading
+5 −1
Original line number Original line Diff line number Diff line
@@ -22,11 +22,15 @@
    android:id="@+id/navigation_bar_view"
    android:id="@+id/navigation_bar_view"
    android:layout_height="match_parent"
    android:layout_height="match_parent"
    android:layout_width="match_parent"
    android:layout_width="match_parent"
    android:clipChildren="false"
    android:clipToPadding="false"
    android:background="@drawable/system_bar_background">
    android:background="@drawable/system_bar_background">


    <com.android.systemui.navigationbar.NavigationBarInflaterView
    <com.android.systemui.navigationbar.NavigationBarInflaterView
        android:id="@+id/navigation_inflater"
        android:id="@+id/navigation_inflater"
        android:layout_width="match_parent"
        android:layout_width="match_parent"
        android:layout_height="match_parent" />
        android:layout_height="match_parent"
        android:clipChildren="false"
        android:clipToPadding="false" />


</com.android.systemui.navigationbar.NavigationBarView>
</com.android.systemui.navigationbar.NavigationBarView>
+2 −0
Original line number Original line Diff line number Diff line
@@ -23,6 +23,8 @@
    android:layout_marginEnd="@dimen/rounded_corner_content_padding"
    android:layout_marginEnd="@dimen/rounded_corner_content_padding"
    android:paddingStart="@dimen/nav_content_padding"
    android:paddingStart="@dimen/nav_content_padding"
    android:paddingEnd="@dimen/nav_content_padding"
    android:paddingEnd="@dimen/nav_content_padding"
    android:clipChildren="false"
    android:clipToPadding="false"
    android:id="@+id/horizontal">
    android:id="@+id/horizontal">


    <com.android.systemui.navigationbar.buttons.NearestTouchFrame
    <com.android.systemui.navigationbar.buttons.NearestTouchFrame
+1 −1
Original line number Original line Diff line number Diff line
@@ -352,7 +352,7 @@
    <!-- Nav bar button default ordering/layout -->
    <!-- Nav bar button default ordering/layout -->
    <string name="config_navBarLayout" translatable="false">left[.5W],back[1WC];home;recent[1WC],right[.5W]</string>
    <string name="config_navBarLayout" translatable="false">left[.5W],back[1WC];home;recent[1WC],right[.5W]</string>
    <string name="config_navBarLayoutQuickstep" translatable="false">back[1.7WC];home;contextual[1.7WC]</string>
    <string name="config_navBarLayoutQuickstep" translatable="false">back[1.7WC];home;contextual[1.7WC]</string>
    <string name="config_navBarLayoutHandle" translatable="false">back[40AC];home_handle;ime_switcher[40AC]</string>
    <string name="config_navBarLayoutHandle" translatable="false">back[70AC];home_handle;ime_switcher[70AC]</string>


    <bool name="quick_settings_show_full_alarm">false</bool>
    <bool name="quick_settings_show_full_alarm">false</bool>