Use proper divider asset and margins.

Bug: 3191953
This commit is contained in:
Amith Yamasani
2010-12-29 14:16:55 -08:00
parent 864dd1ca3a
commit d1d7e97a9c
3 changed files with 4 additions and 3 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1012 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.8 KiB

View File

@@ -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