|
@@ -99,8 +99,8 @@ class NCCreateFormUploadVoiceNote: XLFormViewController, NCSelectDelegate, AVAud
|
|
|
}
|
|
|
|
|
|
@objc func changeTheming() {
|
|
|
- view.backgroundColor = NCBrandColor.shared.backgroundForm
|
|
|
- tableView.backgroundColor = NCBrandColor.shared.backgroundForm
|
|
|
+ view.backgroundColor = NCBrandColor.shared.backgroundSettings
|
|
|
+ tableView.backgroundColor = NCBrandColor.shared.backgroundSettings
|
|
|
tableView.reloadData()
|
|
|
|
|
|
labelTimer.textColor = NCBrandColor.shared.textView
|
|
@@ -126,7 +126,7 @@ class NCCreateFormUploadVoiceNote: XLFormViewController, NCSelectDelegate, AVAud
|
|
|
|
|
|
row = XLFormRowDescriptor(tag: "ButtonDestinationFolder", rowType: XLFormRowDescriptorTypeButton, title: self.titleServerUrl)
|
|
|
row.action.formSelector = #selector(changeDestinationFolder(_:))
|
|
|
- row.cellConfig["backgroundColor"] = NCBrandColor.shared.backgroundForm
|
|
|
+ row.cellConfig["backgroundColor"] = NCBrandColor.shared.cellSettings
|
|
|
|
|
|
row.cellConfig["imageView.image"] = UIImage(named: "folder")!.image(color: NCBrandColor.shared.brandElement, size: 25)
|
|
|
|
|
@@ -143,7 +143,7 @@ class NCCreateFormUploadVoiceNote: XLFormViewController, NCSelectDelegate, AVAud
|
|
|
|
|
|
row = XLFormRowDescriptor(tag: "fileName", rowType: XLFormRowDescriptorTypeAccount, title: NSLocalizedString("_filename_", comment: ""))
|
|
|
row.value = self.fileName
|
|
|
- row.cellConfig["backgroundColor"] = NCBrandColor.shared.backgroundForm
|
|
|
+ row.cellConfig["backgroundColor"] = NCBrandColor.shared.cellSettings
|
|
|
|
|
|
row.cellConfig["textLabel.font"] = UIFont.systemFont(ofSize: 15.0)
|
|
|
row.cellConfig["textLabel.textColor"] = NCBrandColor.shared.textView
|
|
@@ -182,7 +182,7 @@ class NCCreateFormUploadVoiceNote: XLFormViewController, NCSelectDelegate, AVAud
|
|
|
let header: UITableViewHeaderFooterView = view as! UITableViewHeaderFooterView
|
|
|
header.textLabel?.font = UIFont.systemFont(ofSize: 13.0)
|
|
|
header.textLabel?.textColor = .gray
|
|
|
- header.tintColor = NCBrandColor.shared.backgroundForm
|
|
|
+ header.tintColor = NCBrandColor.shared.cellSettings
|
|
|
}
|
|
|
|
|
|
// MARK: - Action
|