How Support Right To Left layout in API Level 15?

Multi tool use
How Support Right To Left layout in API Level 15?
I'm having trouble cracking layers on Android. I'm using API 15, but Android supports API 17.
have you tried adding
android:supportsRtl="true"
to your AndroidManifest
as Application
properties ??– SepJaPro2.4
Jun 30 at 9:18
android:supportsRtl="true"
AndroidManifest
Application
By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.
What exactly are you going to do?
– Amirhosein
Jun 30 at 9:16