diff --git a/src/main/res/layout/fragment_explore_x.xml b/src/main/res/layout/fragment_explore_x.xml index 90a11eee..b693eb5a 100644 --- a/src/main/res/layout/fragment_explore_x.xml +++ b/src/main/res/layout/fragment_explore_x.xml @@ -39,7 +39,6 @@ android:layout_height="match_parent" android:clipChildren="false" android:clipToPadding="false" - android:scrollbars="none" tools:listitem="@layout/item_app_vertical_x" /> diff --git a/src/main/res/layout/fragment_installed_x.xml b/src/main/res/layout/fragment_installed_x.xml index 965f3b73..3e588da7 100644 --- a/src/main/res/layout/fragment_installed_x.xml +++ b/src/main/res/layout/fragment_installed_x.xml @@ -135,7 +135,6 @@ android:layout_height="match_parent" android:clipChildren="false" android:clipToPadding="false" - android:scrollbars="none" 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 271861b7..568e5af5 100644 --- a/src/main/res/layout/fragment_latest_x.xml +++ b/src/main/res/layout/fragment_latest_x.xml @@ -117,7 +117,6 @@ android:layout_height="match_parent" android:clipChildren="false" android:clipToPadding="false" - android:scrollIndicators="end" tools:listitem="@layout/item_app_vertical_x" />