Disabled vertical fading for conversation views

This commit is contained in:
Sebastian Kaspari 2010-03-12 00:31:02 +01:00
parent 986325ceef
commit abc75c068a
1 changed files with 1 additions and 0 deletions

View File

@ -195,6 +195,7 @@ public class DeckAdapter extends BaseAdapter
));
list.setBackgroundColor(0xff222222);
list.setPadding(5, 5, 5, 5);
list.setVerticalFadingEdgeEnabled(false);
list.setScrollBarStyle(ListView.SCROLLBARS_OUTSIDE_INSET);
list.setTranscriptMode(ListView.TRANSCRIPT_MODE_NORMAL);
list.setSelection(list.getAdapter().getCount() - 1); // scroll to bottom