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

Commit 303f38c4 authored by Amith Yamasani's avatar Amith Yamasani Committed by Android (Google) Code Review
Browse files

Merge "Use proper divider asset and margins."

parents 8cb9975f d1d7e97a
Loading
Loading
Loading
Loading
−1012 B
Loading image diff...
−2.78 KiB
Loading image diff...
+4 −3
Original line number Diff line number Diff line
@@ -20,11 +20,12 @@
        >
    <ImageView
            android:id="@android:id/left_icon"
            android:src="@drawable/nav_divider"
            android:src="?attr/dividerVertical"
            android:layout_width="wrap_content"
            android:layout_height="match_parent"
            android:layout_marginTop="8dip"
            android:layout_marginBottom="8dip"
            android:scaleType="fitXY"
            android:layout_marginTop="12dip"
            android:layout_marginBottom="12dip"
        />

    <TextView