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

Remove fading edges.

This commit is contained in:
Sander Bogaert 2012-08-28 16:54:10 -04:00 committed by Andrew Chen
parent 595f591245
commit cbfe353378

View File

@ -691,6 +691,7 @@ public class MessageList extends K9ListActivity implements OnItemClickListener,
mPreviewLines = K9.messageListPreviewLines();
initializeMessageList(getIntent(), true);
getListView().setVerticalFadingEdgeEnabled(false);
// Enable gesture detection for MessageLists
mGestureDetector = new GestureDetector(new SwipeGestureDetector(this, this));