show backed-up data in titalics to be in line with download screen

This commit is contained in:
sonora 2013-09-04 01:59:25 +02:00
parent f7376c5f87
commit cee3b63367

View file

@ -943,6 +943,9 @@ public class LocalIndexesActivity extends OsmandExpandableListActivity {
} else { } else {
viewName.setTextColor(defaultColor); viewName.setTextColor(defaultColor);
viewName.setTypeface(Typeface.DEFAULT, Typeface.NORMAL); viewName.setTypeface(Typeface.DEFAULT, Typeface.NORMAL);
if (child.isBackupedData()) {
viewName.setTypeface(Typeface.DEFAULT, Typeface.ITALIC);
{
} }
if (child.getSize() >= 0) { if (child.getSize() >= 0) {
String size; String size;