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

Commit d1d7e97a authored by Amith Yamasani's avatar Amith Yamasani
Browse files

Use proper divider asset and margins.

Bug: 3191953
parent 864dd1ca
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