Kishanjvaghela/Ask-Permission

android:supportsRtl="true"

Closed this issue · 3 comments

please remove this line from manifest

@MahdiPishguy Is there any problem?

@Kishanjvaghela yes, when i desing right to left view, that cause of change when i change phone language. for example i want to have fixed layout for all languages, i have to download library source code

You can add

tools:replace="android:supportsRtl"

Example
<application android:label="@string/app_name" android:supportsRtl="true" tools:replace="android:supportsRtl"/>