Sfoglia il codice sorgente

Fixed margins on the home screen.

Iñigo Valentin 9 anni fa
parent
commit
5b676f344f
1 ha cambiato i file con 3 aggiunte e 2 eliminazioni
  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>