Explorar o código

Fixed margins on the home screen.

Iñigo Valentin %!s(int64=9) %!d(string=hai) anos
pai
achega
5b676f344f
Modificáronse 1 ficheiros con 3 adicións e 2 borrados
  1. 3 2
      app/src/main/res/layout/fragment_layout_home.xml

+ 3 - 2
app/src/main/res/layout/fragment_layout_home.xml

@@ -448,7 +448,7 @@
 				android:id="@+id/ll_home_section_gallery_content"
 				android:layout_width="match_parent"
 				android:layout_height="wrap_content"
-				android:layout_margin="8dp"
+				android:layout_margin="10dp"
 				android:orientation="vertical"
 				android:background="@drawable/entry"
 				android:padding="7dp">
@@ -606,7 +606,8 @@
 				android:id="@+id/ll_home_section_activities_past_content"
 				android:layout_width="match_parent"
 				android:layout_height="wrap_content"
-				android:orientation="vertical">
+				android:orientation="vertical"
+				android:layout_margin="8dp">
 
 			</LinearLayout>