fix typo
This commit is contained in:
parent
65dc4e7e0b
commit
2f55f92f4f
1 changed files with 1 additions and 1 deletions
|
@ -939,7 +939,7 @@ public class LocalIndexesActivity extends OsmandExpandableListActivity {
|
|||
viewName.setTextColor(defaultColor);
|
||||
} else {
|
||||
//viewName.setTextColor(defaultColor);
|
||||
viewName.setTextColor(#808080);
|
||||
viewName.setTextColor(0xff808080);
|
||||
}
|
||||
if (child.getSize() >= 0) {
|
||||
String size;
|
||||
|
|
Loading…
Reference in a new issue