forked from organicmaps/organicmaps
[MAPSME-3524] [ios] Fixed map download dialog coloring.
This commit is contained in:
parent
a5092e03b3
commit
2add75f1d0
1 changed files with 4 additions and 0 deletions
|
@ -107,8 +107,12 @@ using namespace storage;
|
|||
self.nodeTopOffset.priority =
|
||||
hideParent ? UILayoutPriorityDefaultHigh : UILayoutPriorityDefaultLow;
|
||||
if (!hideParent)
|
||||
{
|
||||
self.parentNode.text = @(nodeAttrs.m_topmostParentInfo[0].m_localName.c_str());
|
||||
self.parentNode.textColor = [UIColor blackSecondaryText];
|
||||
}
|
||||
self.node.text = @(nodeAttrs.m_nodeLocalName.c_str());
|
||||
self.node.textColor = [UIColor blackPrimaryText];
|
||||
self.nodeSize.hidden = platform::migrate::NeedMigrate();
|
||||
self.nodeSize.textColor = [UIColor blackSecondaryText];
|
||||
self.nodeSize.text = formattedSize(nodeAttrs.m_mwmSize);
|
||||
|
|
Loading…
Add table
Reference in a new issue