Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cd6564d3 authored by Matthew Ng's avatar Matthew Ng Committed by android-build-merger
Browse files

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

am: 232efa8c

Change-Id: I478f3106d038f9c20ecdd8584d0456332046b177
parents 573de1a5 232efa8c
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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" />