show backed-up data in titalics to be in line with download screen
This commit is contained in:
parent
f7376c5f87
commit
cee3b63367
1 changed files with 3 additions and 0 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue