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.
setJustificationMode
1 parent 9a124d1 commit f4b0c05Copy full SHA for f4b0c05
src/label.android.ts
@@ -424,7 +424,7 @@ export class Label extends LabelBase {
424
425
[textAlignmentProperty.setNative](value: CoreTypes.TextAlignmentType) {
426
const view = this.nativeTextViewProtected;
427
- if (android.os.Build.VERSION.SDK_INT >= 25) {
+ if (android.os.Build.VERSION.SDK_INT >= 26) {
428
if ((value as any) === 'justify') {
429
view.setJustificationMode(android.text.Layout.JUSTIFICATION_MODE_INTER_WORD);
430
} else {
0 commit comments