pec1985 / TiSMSView

Expandable Text Area Module - iOS - Titanium
Other
60 stars 18 forks source link

Message bubble text style #29

Open sindresorhus opened 12 years ago

sindresorhus commented 12 years ago

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

pec1985 commented 12 years ago

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

:)