android styler fixed

This commit is contained in:
Vladimir Enchev
2015-11-06 16:30:36 +02:00
parent abe4614735
commit c0491996cf

View File

@@ -469,7 +469,7 @@ export class TextViewStyler implements definition.stylers.Styler {
}
function setTextDecoration(view: android.widget.TextView, value: string) {
var flags = view.getPaintFlags();
var flags = 0;
var values = (value + "").split(" ");