Supported styling properties for components of Message¶
Dialog¶
Properties | iOS | Android | Remarks |
---|---|---|---|
background-color: Color | ✓ | ✓ | Background color of the message |
text-align | ✓ | Text alignment of the message(IOS only,support left,center,right) |
Title¶
Properties | iOS | Android | Remarks |
---|---|---|---|
font-color/color: Color | ✓ | ✓ | Color of the title text |
font-style: UIFont.TextStyle | ✓ | Style of the font, for iOS, e.g. body / caption / headline, refer to UIFont.TextStyle | |
font-name: Font | ✓ | ||
font-typeface: Typeface | ✓ | Typeface of the font, e.g. bold, italic | |
font-size: Number | ✓ | ✓ | Title's text font size |
Message¶
Properties | iOS | Android | Remarks |
---|---|---|---|
font-color/color: Color | ✓ | ✓ | Color of the message text |
font-style: UIFont.TextStyle | ✓ | Style of the font, for iOS, e.g. body / caption / headline, refer to UIFont.TextStyle | |
font-name: Font | ✓ | ||
font-typeface: Typeface | ✓ | Typeface of the font, e.g. bold, italic | |
font-size: Number | ✓ | ✓ | Message's text font size |
OKButton¶
Properties | iOS | Android | Remarks |
---|---|---|---|
font-color/color: Color | ✓ | ✓ | Color of the ok button text |
CancelButton¶
Properties | iOS | Android | Remarks |
---|---|---|---|
font-color/color: Color | ✓ | ✓ | Color of the cancel button text |