Administrators Yaroslav Brovin Posted June 23, 2023 Administrators Posted June 23, 2023 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 Quote
mahmoudikia Posted 3 hours ago Posted 3 hours ago 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 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.