Commit 375c4f61 authored by Varun Patil's avatar Varun Patil

Fix incorrect spacing in body fragment

parent 77545f08
...@@ -138,7 +138,7 @@ ...@@ -138,7 +138,7 @@
android:id="@+id/event_card_recycler_view" android:id="@+id/event_card_recycler_view"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_marginTop="10dp" android:layout_marginBottom="10dp"
android:nestedScrollingEnabled="false" /> android:nestedScrollingEnabled="false" />
<TextView <TextView
...@@ -153,7 +153,7 @@ ...@@ -153,7 +153,7 @@
android:id="@+id/org_card_recycler_view" android:id="@+id/org_card_recycler_view"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_marginTop="10dp" android:layout_marginBottom="10dp"
android:nestedScrollingEnabled="false" /> android:nestedScrollingEnabled="false" />
<TextView <TextView
...@@ -168,7 +168,7 @@ ...@@ -168,7 +168,7 @@
android:id="@+id/people_card_recycler_view" android:id="@+id/people_card_recycler_view"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_marginTop="10dp" android:layout_marginBottom="10dp"
android:nestedScrollingEnabled="false" /> android:nestedScrollingEnabled="false" />
<TextView <TextView
...@@ -183,7 +183,7 @@ ...@@ -183,7 +183,7 @@
android:id="@+id/parentorg_card_recycler_view" android:id="@+id/parentorg_card_recycler_view"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_marginTop="10dp" android:layout_marginBottom="10dp"
android:nestedScrollingEnabled="false" /> android:nestedScrollingEnabled="false" />
</LinearLayout> </LinearLayout>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment