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

Commit 31f3f50f authored by shawnlin's avatar shawnlin
Browse files

Add a config to control whether we should attach the nav bar to the app

during app transition

Bug: 139273001
Test: make
Change-Id: Ia556031c49dd32f0ad61744d331f518b7bd01987
parent cb6f7370
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -4575,4 +4575,7 @@

    <!-- Package with global data query permissions for AppSearch -->
    <string name="config_globalAppSearchDataQuerierPackage" translatable="false"></string>

    <!-- If true, attach the navigation bar to the app during app transition -->
    <bool name="config_attachNavBarToAppDuringTransition">false</bool>
</resources>
+2 −0
Original line number Diff line number Diff line
@@ -4127,4 +4127,6 @@
  <java-symbol type="color" name="accessibility_focus_highlight_color" />
  <!-- Width of the outline stroke used by the accessibility focus rectangle -->
  <java-symbol type="dimen" name="accessibility_focus_highlight_stroke_width" />

  <java-symbol type="bool" name="config_attachNavBarToAppDuringTransition" />
</resources>
+2 −0
Original line number Diff line number Diff line
@@ -54,4 +54,6 @@
         show. -->
    <bool name="config_navBarAlwaysShowOnSideEdgeGesture">true</bool>

    <!-- If true, attach the navigation bar to the app during app transition -->
    <bool name="config_attachNavBarToAppDuringTransition">true</bool>
</resources>
+2 −0
Original line number Diff line number Diff line
@@ -54,4 +54,6 @@
         show. -->
    <bool name="config_navBarAlwaysShowOnSideEdgeGesture">true</bool>

    <!-- If true, attach the navigation bar to the app during app transition -->
    <bool name="config_attachNavBarToAppDuringTransition">true</bool>
</resources>
+2 −0
Original line number Diff line number Diff line
@@ -54,4 +54,6 @@
         show. -->
    <bool name="config_navBarAlwaysShowOnSideEdgeGesture">true</bool>

    <!-- If true, attach the navigation bar to the app during app transition -->
    <bool name="config_attachNavBarToAppDuringTransition">true</bool>
</resources>
Loading