1
0
mirror of https://github.com/moparisthebest/k-9 synced 2024-12-25 17:18:50 -05:00

Enable fast scroll from "pick a folder" dialogs

This commit is contained in:
Jesse Vincent 2009-11-13 03:20:40 +00:00
parent 6daeb6b749
commit 719f7dcd2d

View File

@ -53,7 +53,7 @@ public class ChooseFolder extends K9ListActivity
super.onCreate(savedInstanceState);
requestWindowFeature(Window.FEATURE_INDETERMINATE_PROGRESS);
getListView().setFastScrollEnabled(true);
getListView().setTextFilterEnabled(true);
getListView().setItemsCanFocus(false);
getListView().setChoiceMode(ListView.CHOICE_MODE_NONE);