mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
android styler fixed
This commit is contained in:
@@ -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(" ");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user