We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
fix
1 parent ef8b6de commit dd21157Copy full SHA for dd21157
android/src/main/java/com/stroketext/StrokeTextView.java
@@ -137,6 +137,7 @@ public void setTextColor(String color) {
137
int parsedColor = parseColor(color);
138
if (this.textColor != parsedColor) {
139
this.textColor = parsedColor;
140
+ layoutDirty = true;
141
invalidate();
142
}
143
@@ -145,6 +146,7 @@ public void setStrokeColor(String color) {
145
146
147
if (this.strokeColor != parsedColor) {
148
this.strokeColor = parsedColor;
149
150
151
152
0 commit comments