Improved margins

This commit is contained in:
daniel oeh 2012-07-17 13:01:35 +02:00
parent 1502a8cc30
commit 2f16347740
1 changed files with 2 additions and 3 deletions

View File

@ -31,8 +31,6 @@
android:layout_width="match_parent"
android:layout_height="1dip"
android:layout_alignParentTop="true"
android:layout_marginLeft="4dip"
android:layout_marginRight="4dip"
android:background="?android:attr/dividerVertical" />
<View
@ -41,7 +39,8 @@
android:layout_height="fill_parent"
android:layout_alignParentTop="true"
android:layout_centerHorizontal="true"
android:layout_margin="4dp"
android:layout_marginBottom="4dp"
android:layout_marginTop="4dp"
android:background="?android:attr/dividerVertical" />
<Button