Merge "Merge "Pad ime_switcher same as navbar buttons" am: c5d8c9b1aa am: 6b98b93aac am: 0f81e48f62" into rvc-d1-dev-plus-aosp am: 7dc7dbac9c

Change-Id: I53dd94e35bef53a85e22ffcda13a6c931a10cc34
This commit is contained in:
Automerger Merge Worker
2020-03-14 02:15:13 +00:00

View File

@@ -17,13 +17,13 @@
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:systemui="http://schemas.android.com/apk/res-auto"
android:id="@+id/menu_container"
android:layout_width="@dimen/navigation_key_width"
android:layout_width="@dimen/navigation_side_padding"
android:layout_height="match_parent"
android:importantForAccessibility="no"
>
<!-- Use nav button width & height=match_parent for parent FrameLayout and buttons because they
are placed inside a view that has a size controlled by weight. Ensure weight is large enough to
support icon size. -->
support icon size. Use layout_width=navigation_side_padding like other navbar buttons. -->
<com.android.systemui.statusbar.policy.KeyButtonView
android:id="@+id/menu"