rtl bool
Used to set the toolbar direction to RTL. In addition to this property you need to add
android:supportsRtl="true"
to your application AndroidManifest.xml and then call setLayoutDirection(LayoutDirection.RTL)
in your MainActivity onCreate
method.
Please login to continue.