I've used dimensions as paddingStart or paddingEnd instead of paddingLeft or paddingRight, but when i disabled RTL support with 'android:supportsRtl="false"' . Then in whole app the layout is not picking dimens and views are disturbed. I tried a view with replacing paddingStart with paddingLeft and it got corrected. But i don't want to change it in whole app. Is relative dimension scheme supported for RTL support only? what if i want to disable RTL support in a app that previously had that support in it?
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):
问题:
回答1:
If you want to force the app to LTR, You can use this answer:
Force LTR