* 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:
@@ -272,7 +272,8 @@
|
||||
},
|
||||
"ET2" : {
|
||||
"width" : 20,
|
||||
"maxLength" : 40
|
||||
"maxLength" : 40,
|
||||
"textOverflow" : "..."
|
||||
},
|
||||
"ET3" : {
|
||||
"width" : 20,
|
||||
|
||||
Reference in New Issue
Block a user