TiSMSView icon indicating copy to clipboard operation
TiSMSView copied to clipboard

Message bubble text style

Open sindresorhus opened this issue 13 years ago • 1 comments

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
    }   
});

font size

sindresorhus avatar Sep 24 '11 13:09 sindresorhus

Will not add this feature right now. You have the source code, see if you can implement it

:)

pec1985 avatar Sep 24 '11 17:09 pec1985