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.
2 parents b3a6bc3 + 864051f commit a255dbbCopy full SHA for a255dbb
packages/auto-fit-text/index.android.ts
@@ -8,7 +8,6 @@ export class AutoFitText extends Label {
8
textField.setMaxLines(1);
9
textField.setSingleLine();
10
textField.setMaxHeight(200);
11
- textField.setTextSize(200);
12
textField.setMinHeight(40);
13
textField.setTextAlignment(android.widget.TextView.TEXT_ALIGNMENT_CENTER);
14
packages/auto-fit-text/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@nativescript/auto-fit-text",
3
- "version": "1.0.0",
+ "version": "1.0.1",
4
"description": "NativeScript plugin for a label that resizes on a single line to fit the screen.",
5
"main": "index",
6
"typings": "index.d.ts",
0 commit comments