|
@@ -248,7 +248,10 @@ class NCShare: UIViewController {
|
|
|
|
|
|
viewContainerConstraint.constant = height
|
|
|
|
|
|
- returnSearchButton.setImage(CCGraphics.changeThemingColorImage(UIImage.init(named: "arrowRight"), width: 40, height: 40, color: NCBrandColor.sharedInstance.textInfo), for: .normal)
|
|
|
+ returnSearchButton.setImage(CCGraphics.changeThemingColorImage(UIImage.init(named: "arrowRight"), width: 40, height: 40, color: UIColor.gray), for: .normal)
|
|
|
+ shareLinkLabel.text = NSLocalizedString("_share_link_", comment: "")
|
|
|
+ addShareLinkButton.setImage(CCGraphics.changeThemingColorImage(UIImage.init(named: "add"), width: 40, height: 40, color: UIColor.gray), for: .normal)
|
|
|
|
|
|
+ shareLinkImage.image = CCGraphics.changeThemingColorImage(UIImage.init(named: "circle"), width: 200, height: 200, color: NCBrandColor.sharedInstance.nextcloud)
|
|
|
}
|
|
|
}
|