Merge "Center layout of nav inflator to wrap content to tap other buttons" into pi-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
232efa8ce7
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user