Bläddra i källkod

fix recycleViewer placement

Noah Vogt 4 år sedan
förälder
incheckning
0439f69ce6
1 ändrade filer med 1 tillägg och 0 borttagningar
  1. 1 0
      app/src/main/res/layout/activity_main.xml

+ 1 - 0
app/src/main/res/layout/activity_main.xml

@@ -14,6 +14,7 @@
         android:id="@+id/recyclerView"
         android:id="@+id/recyclerView"
         android:layout_width="match_parent"
         android:layout_width="match_parent"
         android:layout_height="match_parent"
         android:layout_height="match_parent"
+        android:paddingTop="50dp"
         app:layoutManager="androidx.recyclerview.widget.GridLayoutManager">
         app:layoutManager="androidx.recyclerview.widget.GridLayoutManager">
 
 
     </androidx.recyclerview.widget.RecyclerView>
     </androidx.recyclerview.widget.RecyclerView>