mirror of
https://github.com/moparisthebest/Yaaic
synced 2024-11-22 17:02:21 -05:00
Set cache color hint
This commit is contained in:
parent
2a679baf6e
commit
ffe3aed48c
@ -203,6 +203,7 @@ public class DeckAdapter extends BaseAdapter
|
||||
));
|
||||
|
||||
list.setBackgroundResource(R.layout.rounded);
|
||||
list.setCacheColorHint(0xee000000);
|
||||
list.setPadding(5, 5, 5, 5);
|
||||
list.setVerticalFadingEdgeEnabled(false);
|
||||
list.setScrollBarStyle(ListView.SCROLLBARS_OUTSIDE_INSET);
|
||||
|
Loading…
Reference in New Issue
Block a user