Skip to content

Commit

Permalink
Merge pull request #8253 from appcelerator/timob-23499
Browse files Browse the repository at this point in the history
[TIMOB-23499] Android: Ti.UI.Label.wordWrap should default to true, but is undefined
  • Loading branch information
ashcoding committed Aug 24, 2016
2 parents fdf5fdd + df41969 commit 95caad8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ public LabelProxy()
{
defaultValues.put(TiC.PROPERTY_TEXT, "");
defaultValues.put(TiC.PROPERTY_ELLIPSIZE, UIModule.TEXT_ELLIPSIZE_TRUNCATE_END);
defaultValues.put(TiC.PROPERTY_WORD_WRAP, true);
}

@Override
Expand Down

0 comments on commit 95caad8

Please sign in to comment.