1
0
mirror of https://github.com/moparisthebest/Yaaic synced 2024-11-04 16:35:05 -05:00

Changed scrollbar style of conversation view

This commit is contained in:
Sebastian Kaspari 2010-03-12 00:16:42 +01:00
parent da58a7d042
commit 986325ceef

View File

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