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

Commit cee64450 authored by Android Build Merger (Role)'s avatar Android Build Merger (Role) Committed by Android (Google) Code Review
Browse files

Merge "Merge "Fix missing overlay values" into qt-dev am: a2046c05 am:...

Merge "Merge "Fix missing overlay values" into qt-dev am: a2046c05 am: d0f8cfca" into qt-r1-dev-plus-aosp
parents b65fa9b9 ba162fd1
Loading
Loading
Loading
Loading
+9 −0
Original line number Original line Diff line number Diff line
@@ -37,6 +37,15 @@
     {@link Window#setEnsuringNavigationBarContrastWhenTransparent}. -->
     {@link Window#setEnsuringNavigationBarContrastWhenTransparent}. -->
    <bool name="config_navBarNeedsScrim">false</bool>
    <bool name="config_navBarNeedsScrim">false</bool>


    <!-- Controls the opacity of the navigation bar depending on the visibility of the
     various workspace stacks.
     0 - Nav bar is always opaque when either the freeform stack or docked stack is visible.
     1 - Nav bar is always translucent when the freeform stack is visible, otherwise always
         opaque.
     2 - Nav bar is never forced opaque.
     -->
    <integer name="config_navBarOpacityMode">2</integer>

    <!-- Controls whether seamless rotation should be allowed even though the navbar can move
    <!-- Controls whether seamless rotation should be allowed even though the navbar can move
         (which normally prevents seamless rotation). -->
         (which normally prevents seamless rotation). -->
    <bool name="config_allowSeamlessRotationDespiteNavBarMoving">true</bool>
    <bool name="config_allowSeamlessRotationDespiteNavBarMoving">true</bool>
+2 −0
Original line number Original line Diff line number Diff line
@@ -25,4 +25,6 @@
    <dimen name="navigation_bar_width">16dp</dimen>
    <dimen name="navigation_bar_width">16dp</dimen>
    <!-- Height of the bottom navigation / system bar. -->
    <!-- Height of the bottom navigation / system bar. -->
    <dimen name="navigation_bar_frame_height">48dp</dimen>
    <dimen name="navigation_bar_frame_height">48dp</dimen>
    <!-- The height of the bottom navigation gesture area. -->
    <dimen name="navigation_bar_gesture_height">32dp</dimen>
</resources>
</resources>
 No newline at end of file
+9 −0
Original line number Original line Diff line number Diff line
@@ -37,6 +37,15 @@
     {@link Window#setEnsuringNavigationBarContrastWhenTransparent}. -->
     {@link Window#setEnsuringNavigationBarContrastWhenTransparent}. -->
    <bool name="config_navBarNeedsScrim">false</bool>
    <bool name="config_navBarNeedsScrim">false</bool>


    <!-- Controls the opacity of the navigation bar depending on the visibility of the
     various workspace stacks.
     0 - Nav bar is always opaque when either the freeform stack or docked stack is visible.
     1 - Nav bar is always translucent when the freeform stack is visible, otherwise always
         opaque.
     2 - Nav bar is never forced opaque.
     -->
    <integer name="config_navBarOpacityMode">2</integer>

    <!-- Controls whether seamless rotation should be allowed even though the navbar can move
    <!-- Controls whether seamless rotation should be allowed even though the navbar can move
         (which normally prevents seamless rotation). -->
         (which normally prevents seamless rotation). -->
    <bool name="config_allowSeamlessRotationDespiteNavBarMoving">true</bool>
    <bool name="config_allowSeamlessRotationDespiteNavBarMoving">true</bool>
+2 −0
Original line number Original line Diff line number Diff line
@@ -25,4 +25,6 @@
    <dimen name="navigation_bar_width">16dp</dimen>
    <dimen name="navigation_bar_width">16dp</dimen>
    <!-- Height of the bottom navigation / system bar. -->
    <!-- Height of the bottom navigation / system bar. -->
    <dimen name="navigation_bar_frame_height">48dp</dimen>
    <dimen name="navigation_bar_frame_height">48dp</dimen>
    <!-- The height of the bottom navigation gesture area. -->
    <dimen name="navigation_bar_gesture_height">32dp</dimen>
</resources>
</resources>
 No newline at end of file
+9 −0
Original line number Original line Diff line number Diff line
@@ -37,6 +37,15 @@
     {@link Window#setEnsuringNavigationBarContrastWhenTransparent}. -->
     {@link Window#setEnsuringNavigationBarContrastWhenTransparent}. -->
    <bool name="config_navBarNeedsScrim">false</bool>
    <bool name="config_navBarNeedsScrim">false</bool>


    <!-- Controls the opacity of the navigation bar depending on the visibility of the
     various workspace stacks.
     0 - Nav bar is always opaque when either the freeform stack or docked stack is visible.
     1 - Nav bar is always translucent when the freeform stack is visible, otherwise always
         opaque.
     2 - Nav bar is never forced opaque.
     -->
    <integer name="config_navBarOpacityMode">2</integer>

    <!-- Controls whether seamless rotation should be allowed even though the navbar can move
    <!-- Controls whether seamless rotation should be allowed even though the navbar can move
         (which normally prevents seamless rotation). -->
         (which normally prevents seamless rotation). -->
    <bool name="config_allowSeamlessRotationDespiteNavBarMoving">true</bool>
    <bool name="config_allowSeamlessRotationDespiteNavBarMoving">true</bool>
Loading