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

Commit 6ece4432 authored by Budi Kusmiantoro's avatar Budi Kusmiantoro Committed by Android (Google) Code Review
Browse files

Merge "Remove vertical gap between items on tablet landscape" into lmp-dev

parents a3bc04f1 f46b9c86
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -36,7 +36,7 @@
            android:clipToPadding="false"
            android:descendantFocusability="beforeDescendants"
            android:divider="@null"
            android:dividerHeight="6dp" />
            android:dividerHeight="0dip" />

    </LinearLayout>

+1 −1
Original line number Diff line number Diff line
@@ -28,7 +28,7 @@
        android:clipToPadding="false"
        android:descendantFocusability="beforeDescendants"
        android:divider="@null"
        android:dividerHeight="0dp"
        android:dividerHeight="0dip"
        />

    <TextView