mirror of
https://github.com/moparisthebest/k-9
synced 2024-12-25 17:18:50 -05:00
Now that we are 1.5+, untodo the 1.5 style quick-sliders in message and list views
This commit is contained in:
parent
ef43f753da
commit
393519d352
@ -380,7 +380,7 @@ public class FolderList extends K9ListActivity {
|
||||
mListView = getListView();
|
||||
mListView.setScrollBarStyle(View.SCROLLBARS_OUTSIDE_INSET);
|
||||
mListView.setLongClickable(true);
|
||||
//mListView.setFastScrollEnabled(true); // XXX TODO - reenable when we switch to 1.5
|
||||
mListView.setFastScrollEnabled(true);
|
||||
mListView.setScrollingCacheEnabled(true);
|
||||
mListView.setOnItemClickListener(new OnItemClickListener() {
|
||||
public void onItemClick(AdapterView parent, View v, int itemPosition, long id) {
|
||||
|
@ -363,7 +363,7 @@ public class MessageList extends K9ListActivity {
|
||||
mListView = getListView();
|
||||
mListView.setScrollBarStyle(View.SCROLLBARS_OUTSIDE_INSET);
|
||||
mListView.setLongClickable(true);
|
||||
//mListView.setFastScrollEnabled(true); // XXX TODO - reenable when we switch to 1.5
|
||||
mListView.setFastScrollEnabled(true);
|
||||
mListView.setScrollingCacheEnabled(true);
|
||||
|
||||
registerForContextMenu(mListView);
|
||||
|
Loading…
Reference in New Issue
Block a user