mirror of
https://github.com/moparisthebest/Yaaic
synced 2024-11-26 02:42:16 -05:00
Changed scrollbar style of conversation view
This commit is contained in:
parent
da58a7d042
commit
986325ceef
@ -195,7 +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.setScrollContainer(false);
|
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