Merge "Center layout of nav inflator to wrap content to tap other buttons" into pi-dev

This commit is contained in:
TreeHugger Robot
2018-04-04 19:22:00 +00:00
committed by Android (Google) Code Review

View File

@@ -38,8 +38,9 @@
<LinearLayout
android:id="@+id/center_group"
android:layout_width="match_parent"
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:layout_gravity="center"
android:gravity="center"
android:orientation="horizontal"
android:clipChildren="false" />