Commit 143c0f39 by Daniel Dahan

updated buttons layout for BasicCard

parent 33260ec0
...@@ -62,7 +62,7 @@ public class BasicCard : MaterialCard { ...@@ -62,7 +62,7 @@ public class BasicCard : MaterialCard {
titleLabel!.setTranslatesAutoresizingMaskIntoConstraints(false) titleLabel!.setTranslatesAutoresizingMaskIntoConstraints(false)
titleLabel!.textColor = MaterialTheme.white.color titleLabel!.textColor = MaterialTheme.white.color
titleLabel!.backgroundColor = MaterialTheme.clear.color titleLabel!.backgroundColor = MaterialTheme.clear.color
titleLabel!.font = Roboto.regularWithSize(18) titleLabel!.font = Roboto.mediumWithSize(18)
titleLabel!.numberOfLines = 1 titleLabel!.numberOfLines = 1
} }
} }
...@@ -90,7 +90,7 @@ public class BasicCard : MaterialCard { ...@@ -90,7 +90,7 @@ public class BasicCard : MaterialCard {
detailLabel!.setTranslatesAutoresizingMaskIntoConstraints(false) detailLabel!.setTranslatesAutoresizingMaskIntoConstraints(false)
detailLabel!.textColor = MaterialTheme.white.color detailLabel!.textColor = MaterialTheme.white.color
detailLabel!.backgroundColor = MaterialTheme.clear.color detailLabel!.backgroundColor = MaterialTheme.clear.color
detailLabel!.font = Roboto.lightWithSize(14) detailLabel!.font = Roboto.lightWithSize(12)
detailLabel!.numberOfLines = 0 detailLabel!.numberOfLines = 0
detailLabel!.lineBreakMode = .ByWordWrapping detailLabel!.lineBreakMode = .ByWordWrapping
prepareCard() prepareCard()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment