put defaultColor

This commit is contained in:
sonora 2013-09-04 01:01:16 +02:00
parent c4b04b33f4
commit 65dc4e7e0b

View file

@ -934,10 +934,12 @@ public class LocalIndexesActivity extends OsmandExpandableListActivity {
} else if (child.isCorrupted()) {
viewName.setTextColor(corruptedColor);
} else if (child.isLoaded()) {
// user confused okColor here with "uptodate", so let's leave white (black in dark app theme as "isLoaded")
// users confused okColor here with "uptodate", so let's leave white (black in dark app theme) as "isLoaded"
//viewName.setTextColor(okColor);
} else {
viewName.setTextColor(defaultColor);
} else {
//viewName.setTextColor(defaultColor);
viewName.setTextColor(#808080);
}
if (child.getSize() >= 0) {
String size;