diff --git a/src/main/res/layout/fragment_explore_x.xml b/src/main/res/layout/fragment_explore_x.xml
index ef371aa6..c6c18164 100644
--- a/src/main/res/layout/fragment_explore_x.xml
+++ b/src/main/res/layout/fragment_explore_x.xml
@@ -15,7 +15,8 @@
~ You should have received a copy of the GNU Affero General Public License
~ along with this program. If not, see .
-->
-
+
@@ -23,6 +24,24 @@
+ android:layout_height="match_parent">
+
+
+
+
+
+
diff --git a/src/main/res/layout/fragment_installed_x.xml b/src/main/res/layout/fragment_installed_x.xml
index e312c5c5..92aedc5f 100644
--- a/src/main/res/layout/fragment_installed_x.xml
+++ b/src/main/res/layout/fragment_installed_x.xml
@@ -136,7 +136,6 @@
android:clipChildren="false"
android:clipToPadding="false"
android:scrollIndicators="end"
- app:fastScrollEnabled="true"
tools:listitem="@layout/item_app_vertical_x" />
diff --git a/src/main/res/layout/fragment_latest_x.xml b/src/main/res/layout/fragment_latest_x.xml
index 163ee637..f9b12e7d 100644
--- a/src/main/res/layout/fragment_latest_x.xml
+++ b/src/main/res/layout/fragment_latest_x.xml
@@ -118,7 +118,6 @@
android:clipChildren="false"
android:clipToPadding="false"
android:scrollIndicators="end"
- app:fastScrollEnabled="true"
tools:listitem="@layout/item_app_vertical_x" />