Changed scrollbar style in message list
This commit is contained in:
parent
0b977c9e9b
commit
185d6b8538
1 changed files with 1 additions and 1 deletions
|
@ -940,7 +940,7 @@ public class MessageList extends K9ListActivity implements OnItemClickListener,
|
|||
|
||||
private void initializeLayout() {
|
||||
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 a new issue