- GLobal styling with LPTCTheme class
- SVGIconFactory
This commit is contained in:
@@ -50,7 +50,7 @@ class RidersListRendererAccessory extends LayoutGroup {
|
||||
iconColor = Constants.INFO;
|
||||
}
|
||||
|
||||
lbl1.text = Constants.RIDERS_LIST_CREDIT_TEXT + Std.string(riderCredit);
|
||||
lbl1.text = Constants.S3 + Std.string(riderCredit);
|
||||
lbl1.embedFonts = true;
|
||||
lbl1.textFormat = new TextFormat(fnt.fontName, 14, Constants.MAIN_COLOR1);
|
||||
addChild(lbl1);
|
||||
|
||||
Reference in New Issue
Block a user