mirror of
https://github.com/moparisthebest/Yaaic
synced 2024-11-22 17:02:21 -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.setBackgroundColor(0xff222222);
|
||||||
list.setPadding(5, 5, 5, 5);
|
list.setPadding(5, 5, 5, 5);
|
||||||
|
list.setVerticalFadingEdgeEnabled(false);
|
||||||
list.setScrollBarStyle(ListView.SCROLLBARS_OUTSIDE_INSET);
|
list.setScrollBarStyle(ListView.SCROLLBARS_OUTSIDE_INSET);
|
||||||
list.setTranscriptMode(ListView.TRANSCRIPT_MODE_NORMAL);
|
list.setTranscriptMode(ListView.TRANSCRIPT_MODE_NORMAL);
|
||||||
list.setSelection(list.getAdapter().getCount() - 1); // scroll to bottom
|
list.setSelection(list.getAdapter().getCount() - 1); // scroll to bottom
|
||||||
|
Loading…
Reference in New Issue
Block a user