Smaller margin between boards
This commit is contained in:
parent
bb3348dc24
commit
941c0d008e
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue