Fix divider padding
This commit is contained in:
parent
0c42601620
commit
7161a08a66
1 changed files with 5 additions and 3 deletions
|
@ -167,9 +167,11 @@
|
||||||
tools:text="@string/add_address" />
|
tools:text="@string/add_address" />
|
||||||
|
|
||||||
<View
|
<View
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="1dp"
|
android:layout_height="1dp"
|
||||||
android:background="?attr/dashboard_divider" />
|
android:layout_marginLeft="@dimen/content_padding"
|
||||||
|
android:layout_marginRight="@dimen/content_padding"
|
||||||
|
android:background="?attr/dashboard_divider" />
|
||||||
|
|
||||||
<LinearLayout
|
<LinearLayout
|
||||||
android:id="@+id/description"
|
android:id="@+id/description"
|
||||||
|
|
Loading…
Reference in a new issue