diff options
Diffstat (limited to 'res/layout/manage_applications.xml')
-rwxr-xr-x | res/layout/manage_applications.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/res/layout/manage_applications.xml b/res/layout/manage_applications.xml index 95d4847..7df2f54 100755 --- a/res/layout/manage_applications.xml +++ b/res/layout/manage_applications.xml @@ -29,7 +29,8 @@ <ListView android:id="@android:id/list" android:drawSelectorOnTop="false" android:layout_width="match_parent" - android:layout_height="match_parent" /> + android:layout_height="match_parent" + android:scrollbarStyle="@*android:integer/preference_fragment_scrollbarStyle" /> <TextView android:id="@android:id/empty" android:layout_width="match_parent" android:layout_height="match_parent" |