mirror of
https://github.com/moparisthebest/k-9
synced 2025-02-17 07:30:16 -05:00
Have consistent scrollbar style on the FolderList and get rid of the strange whitespace on the right.
This commit is contained in:
parent
d5b9aec39f
commit
d06ec162b6
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user