Merge "Make right nav button container unselectable" into pi-dev

This commit is contained in:
Mike Digman
2018-05-11 22:24:21 +00:00
committed by Android (Google) Code Review

View File

@@ -19,6 +19,7 @@
android:id="@+id/menu_container" android:id="@+id/menu_container"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent"
android:importantForAccessibility="no"
> >
<!-- Use width & height=match_parent for parent FrameLayout and buttons because they are placed <!-- Use 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 inside a view that has a size controlled by weight. Ensure weight is large enough to support