* Support for textOverflow (e.g. "...") in TextView/EditTextView

* Show text starting from the begining when non-focus for long EditTextView
This commit is contained in:
Bryan Ashby
2015-05-07 22:13:12 -06:00
parent bd2253aec0
commit 62da937bf0
3 changed files with 25 additions and 4 deletions

View File

@@ -272,7 +272,8 @@
},
"ET2" : {
"width" : 20,
"maxLength" : 40
"maxLength" : 40,
"textOverflow" : "..."
},
"ET3" : {
"width" : 20,