try marking loaded in bold
This commit is contained in:
parent
2f55f92f4f
commit
7015fa73af
1 changed files with 2 additions and 2 deletions
|
@ -937,9 +937,9 @@ public class LocalIndexesActivity extends OsmandExpandableListActivity {
|
||||||
// users 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);
|
//viewName.setTextColor(okColor);
|
||||||
viewName.setTextColor(defaultColor);
|
viewName.setTextColor(defaultColor);
|
||||||
|
viewName.setTypeface(Typeface.DEFAULT, Typeface.BOLD);
|
||||||
} else {
|
} else {
|
||||||
//viewName.setTextColor(defaultColor);
|
viewName.setTextColor(defaultColor);
|
||||||
viewName.setTextColor(0xff808080);
|
|
||||||
}
|
}
|
||||||
if (child.getSize() >= 0) {
|
if (child.getSize() >= 0) {
|
||||||
String size;
|
String size;
|
||||||
|
|
Loading…
Reference in a new issue