Selaa lähdekoodia

fix recycleViewer placement

Noah Vogt 4 vuotta sitten
vanhempi
sitoutus
0439f69ce6
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  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:layout_width="match_parent"
         android:layout_height="match_parent"
+        android:paddingTop="50dp"
         app:layoutManager="androidx.recyclerview.widget.GridLayoutManager">
 
     </androidx.recyclerview.widget.RecyclerView>