June 23, 20231 yr Administrators Hello, What do you mean about Project? FGX Native supports RTL in 2 ways: FlexBox Layout. In this case if you would like to mirrow component alignment, you should use TfgForm.LayoutDirection. Text. If you run application on device with RTL locale, it automatically will use text alignment. Thank you
November 16, 2024Nov 16 for making an activity that all direction of its components is RTL, this change must be applied in project 1. in application tag in AndroidManifest.xml file in Templates folder, add this android:supportsRtl="true" 2. in main form creation event add this code TfgAndroidHelper.Activity.getWindow().getDecorView() .setLayoutDirection(TJView.LAYOUT_DIRECTION_RTL); now your layout direction in android activity is RTL
Create an account or sign in to comment