Smaller margin between boards

This commit is contained in:
Denis 2014-11-17 11:55:43 +02:00
parent bb3348dc24
commit 941c0d008e

View file

@ -14,7 +14,7 @@
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:background="@drawable/bg_cardui" android:background="@drawable/bg_cardui"
android:layout_marginBottom="6dp"> android:layout_marginBottom="4dp">
<TextView android:id="@+id/search_for" <TextView android:id="@+id/search_for"
android:text="@string/search_for" android:text="@string/search_for"
android:layout_height="40dp" android:layout_height="40dp"
@ -74,7 +74,7 @@
<LinearLayout android:orientation="vertical" <LinearLayout android:orientation="vertical"
android:background="@drawable/bg_cardui" android:background="@drawable/bg_cardui"
android:layout_marginBottom="6dp" android:layout_marginBottom="4dp"
android:layout_width="fill_parent" android:layout_width="fill_parent"
android:layout_height="wrap_content"> android:layout_height="wrap_content">
<LinearLayout android:orientation="horizontal" <LinearLayout android:orientation="horizontal"