Edited the Food Fragment Kotlin file, small changes to Settings Java, changed RecyclerView in Food Layout to match_parent

This commit is contained in:
Deniz Düzgören
2019-04-30 19:24:13 +02:00
parent a45e5cdfa0
commit d690a2604a
6 changed files with 134 additions and 17 deletions
+1 -1
View File
@@ -18,7 +18,7 @@
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/linear_food"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_height="match_parent"
android:layoutAnimation="@anim/layout_animation_fall_down">
</androidx.recyclerview.widget.RecyclerView>