correct error Responsive 🐛 #11

Merged
emre.kartal merged 1 commits from Data_Persistence into master 2 years ago

@ -6,7 +6,7 @@
android:layout_marginBottom="5dp">
<LinearLayout
android:layout_width="350dp"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="4dp"
android:background="@drawable/background"

@ -120,7 +120,7 @@
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/listRecentsMatches"
android:layout_width="wrap_content"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="5dp"
android:paddingBottom="200dp"

Loading…
Cancel
Save