TiSMSView
TiSMSView copied to clipboard
Message bubble text style
There should be a way to style the text in the message bubbles.
Right now the font
property only sets the font style for the textArea.
Maybe something like this:
var textArea = Ti.SMSView.createView({
font: {
fontSize: 14
},
messageFont: {
fontSize: 16
}
});
Will not add this feature right now. You have the source code, see if you can implement it
:)