mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
setSingleLine(true) changed to setMaxLines(1) due to caps problems
This commit is contained in:
@@ -91,7 +91,7 @@ function onItemsPropertyChanged(data: dependencyObservable.PropertyChangeData) {
|
||||
t.setTextColor(view.color.android);
|
||||
}
|
||||
|
||||
t.setSingleLine(true);
|
||||
t.setMaxLines(1);
|
||||
t.setEllipsize(android.text.TextUtils.TruncateAt.END);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user