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

Commit 2a1ec79e authored by Shawn Lin's avatar Shawn Lin Committed by Android (Google) Code Review
Browse files

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

Merge "Add a config to control whether we should attach the nav bar to the app during app transition"
parents 6a73b1af 31f3f50f
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -4585,4 +4585,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
@@ -4132,4 +4132,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