summaryrefslogtreecommitdiffstats
path: root/ui/res/layout/download_list.xml
diff options
context:
space:
mode:
Diffstat (limited to 'ui/res/layout/download_list.xml')
-rw-r--r--ui/res/layout/download_list.xml6
1 files changed, 4 insertions, 2 deletions
diff --git a/ui/res/layout/download_list.xml b/ui/res/layout/download_list.xml
index 18f44d10..e4ebf7c9 100644
--- a/ui/res/layout/download_list.xml
+++ b/ui/res/layout/download_list.xml
@@ -35,14 +35,16 @@
android:paddingBottom="16dip"
android:clipToPadding="false"
android:layout_width="match_parent"
- android:layout_height="match_parent"/>
+ android:layout_height="match_parent"
+ android:scrollbarStyle="outsideOverlay" />
<ListView android:id="@+id/size_ordered_list"
android:paddingLeft="16dip"
android:paddingRight="16dip"
android:paddingBottom="16dip"
android:clipToPadding="false"
android:layout_width="match_parent"
- android:layout_height="match_parent"/>
+ android:layout_height="match_parent"
+ android:scrollbarStyle="outsideOverlay" />
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/empty"
android:layout_width="match_parent"