correct error Responsive 🐛
continuous-integration/drone/push Build is passing Details

Data_Persistence
Emre KARTAL 2 years ago
parent cb95747e65
commit 1cfdaab5b7

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

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

Loading…
Cancel
Save