Merge "Introduce config_imeDrawsImeNavBar"
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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" />
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user