Use proper divider asset and margins.
Bug: 3191953
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 1012 B |
Binary file not shown.
|
Before Width: | Height: | Size: 2.8 KiB |
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user