Makes the LTR/RTL alignment of text follow the system language by default. 58/259858/17
authorJoogab Yun <joogab.yun@samsung.com>
Wed, 16 Jun 2021 05:19:35 +0000 (14:19 +0900)
committerJoogab Yun <joogab.yun@samsung.com>
Tue, 6 Jul 2021 01:55:25 +0000 (10:55 +0900)
The MATCH_SYSTEM_LANGUAGE_DIRECTION property defaults to true.

When the layout direction of TextLabel, TextField, or TextEditor is changed,
LTR/RTL alignment of text follows the layout direction of each control.

If you set MATCH_SYSTEM_LANGUAGE_DIRECTION to false
As before, LTR/RTL is determined according to the language of the text.

Change-Id: Ie97654a2309ffd4c30bec2c1b95d6337d8f4c674


No differences found