mirror of
https://github.com/moparisthebest/Yaaic
synced 2024-11-22 08:52:18 -05:00
Disabled vertical fading for conversation views
This commit is contained in:
parent
986325ceef
commit
abc75c068a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user