mirror of
https://github.com/moparisthebest/Yaaic
synced 2024-11-26 10:52:16 -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.setBackgroundResource(R.layout.rounded);
|
||||||
|
list.setCacheColorHint(0xee000000);
|
||||||
list.setPadding(5, 5, 5, 5);
|
list.setPadding(5, 5, 5, 5);
|
||||||
list.setVerticalFadingEdgeEnabled(false);
|
list.setVerticalFadingEdgeEnabled(false);
|
||||||
list.setScrollBarStyle(ListView.SCROLLBARS_OUTSIDE_INSET);
|
list.setScrollBarStyle(ListView.SCROLLBARS_OUTSIDE_INSET);
|
||||||
|
Loading…
Reference in New Issue
Block a user