diff --git a/APED/app/src/main/res/layout/listview_layout.xml b/APED/app/src/main/res/layout/listview_layout.xml
index c6cff66..f8b3bfd 100644
--- a/APED/app/src/main/res/layout/listview_layout.xml
+++ b/APED/app/src/main/res/layout/listview_layout.xml
@@ -3,8 +3,9 @@
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
- android:layout_height="75dp"
- android:orientation="vertical">
+ android:layout_height="match_parent"
+ android:orientation="vertical"
+ tools:context=".ui.all_IOs.AllIOsFragment2">
+
+
\ No newline at end of file