setSingleLine(true) changed to setMaxLines(1) due to caps problems

This commit is contained in:
Vladimir Enchev
2016-04-15 11:27:24 +03:00
parent af51d16366
commit ea6a05c0e0

View File

@@ -91,7 +91,7 @@ function onItemsPropertyChanged(data: dependencyObservable.PropertyChangeData) {
t.setTextColor(view.color.android); t.setTextColor(view.color.android);
} }
t.setSingleLine(true); t.setMaxLines(1);
t.setEllipsize(android.text.TextUtils.TruncateAt.END); t.setEllipsize(android.text.TextUtils.TruncateAt.END);
} }
} }