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.
1 parent 8878c3b commit 2ad280dCopy full SHA for 2ad280d
packages/core/ui/text-base/index.android.ts
@@ -296,7 +296,7 @@ export class TextBase extends TextBaseCommon {
296
this.nativeTextViewProtected.setGravity(android.view.Gravity.START | verticalGravity);
297
break;
298
}
299
- if (android.os.Build.VERSION.SDK_INT >= 25) {
+ if (android.os.Build.VERSION.SDK_INT >= 26) {
300
if (value === 'justify') {
301
this.nativeTextViewProtected.setJustificationMode(android.text.Layout.JUSTIFICATION_MODE_INTER_WORD);
302
} else {
0 commit comments