Set cache color hint

This commit is contained in:
Sebastian Kaspari 2010-03-20 22:51:18 +01:00
parent 2a679baf6e
commit ffe3aed48c
1 changed files with 1 additions and 0 deletions

View File

@ -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);