Merge "Introduce config_imeDrawsImeNavBar"

This commit is contained in:
Yohei Yukawa
2022-02-14 16:20:14 +00:00
committed by Android (Google) Code Review
6 changed files with 16 additions and 0 deletions

View File

@@ -3663,6 +3663,9 @@
<!-- Controls whether the navigation bar lets through taps. -->
<bool name="config_navBarTapThrough">false</bool>
<!-- Controls whether the IME renders the back and IME switcher buttons or not. -->
<bool name="config_imeDrawsImeNavBar">false</bool>
<!-- Controls whether the side edge gestures can always trigger the transient nav bar to
show. -->
<bool name="config_navBarAlwaysShowOnSideEdgeGesture">false</bool>

View File

@@ -2996,6 +2996,7 @@
<java-symbol type="integer" name="config_navBarInteractionMode" />
<java-symbol type="bool" name="config_navBarCanMove" />
<java-symbol type="bool" name="config_navBarTapThrough" />
<java-symbol type="bool" name="config_imeDrawsImeNavBar" />
<java-symbol type="bool" name="config_navBarAlwaysShowOnSideEdgeGesture" />
<java-symbol type="bool" name="config_navBarNeedsScrim" />
<java-symbol type="bool" name="config_allowSeamlessRotationDespiteNavBarMoving" />

View File

@@ -30,6 +30,9 @@
<!-- Controls whether the navigation bar lets through taps. -->
<bool name="config_navBarTapThrough">true</bool>
<!-- Controls whether the IME renders the back and IME switcher buttons or not. -->
<bool name="config_imeDrawsImeNavBar">true</bool>
<!-- Controls the size of the back gesture inset. -->
<dimen name="config_backGestureInset">30dp</dimen>

View File

@@ -30,6 +30,9 @@
<!-- Controls whether the navigation bar lets through taps. -->
<bool name="config_navBarTapThrough">true</bool>
<!-- Controls whether the IME renders the back and IME switcher buttons or not. -->
<bool name="config_imeDrawsImeNavBar">true</bool>
<!-- Controls the size of the back gesture inset. -->
<dimen name="config_backGestureInset">40dp</dimen>

View File

@@ -30,6 +30,9 @@
<!-- Controls whether the navigation bar lets through taps. -->
<bool name="config_navBarTapThrough">true</bool>
<!-- Controls whether the IME renders the back and IME switcher buttons or not. -->
<bool name="config_imeDrawsImeNavBar">true</bool>
<!-- Controls the size of the back gesture inset. -->
<dimen name="config_backGestureInset">18dp</dimen>

View File

@@ -30,6 +30,9 @@
<!-- Controls whether the navigation bar lets through taps. -->
<bool name="config_navBarTapThrough">true</bool>
<!-- Controls whether the IME renders the back and IME switcher buttons or not. -->
<bool name="config_imeDrawsImeNavBar">true</bool>
<!-- Controls the size of the back gesture inset. -->
<dimen name="config_backGestureInset">32dp</dimen>