Jump to content

Featured Replies

  • 1 year later...

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

Recently Browsing 0

  • No registered users viewing this page.