1
0
mirror of https://github.com/moparisthebest/k-9 synced 2024-08-13 17:03:48 -04:00

Have consistent scrollbar style on the FolderList and get rid of the strange whitespace on the right.

This commit is contained in:
Sander Bogaert 2012-09-17 14:08:16 -04:00
parent d5b9aec39f
commit d06ec162b6

View File

@ -289,7 +289,7 @@ public class FolderList extends K9ListActivity implements OnNavigationListener {
initializeActionBar();
setContentView(R.layout.folder_list);
mListView = getListView();
mListView.setScrollBarStyle(View.SCROLLBARS_OUTSIDE_INSET);
mListView.setScrollBarStyle(View.SCROLLBARS_INSIDE_OVERLAY);
mListView.setLongClickable(true);
mListView.setFastScrollEnabled(true);
mListView.setScrollingCacheEnabled(false);