mirror of
https://github.com/moparisthebest/k-9
synced 2025-02-19 20:21:45 -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();
|
initializeActionBar();
|
||||||
setContentView(R.layout.folder_list);
|
setContentView(R.layout.folder_list);
|
||||||
mListView = getListView();
|
mListView = getListView();
|
||||||
mListView.setScrollBarStyle(View.SCROLLBARS_OUTSIDE_INSET);
|
mListView.setScrollBarStyle(View.SCROLLBARS_INSIDE_OVERLAY);
|
||||||
mListView.setLongClickable(true);
|
mListView.setLongClickable(true);
|
||||||
mListView.setFastScrollEnabled(true);
|
mListView.setFastScrollEnabled(true);
|
||||||
mListView.setScrollingCacheEnabled(false);
|
mListView.setScrollingCacheEnabled(false);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user