From 1047509e49a7ec1a0fec03352d65567161a99585 Mon Sep 17 00:00:00 2001
From: Fabrice Di Meglio
ldrtlldltrThe layout direction of your application. {@code ldrtl} means "layout-direction-right-to-left". + {@code ldltr} means "layout-direction-left-to-right" and is the default implicit value. +
+This can apply to any resource like layouts or values or drawables. +
+For example, if you want to provide some specific layout for the Arabic language and some + generic layout for any other "right-to-left" language (like Persian or Hebrew) then you would have: +
++res/ + layout/ + main.xml (This is the default layout) + layout-ar/ + main.xml (This is the specific layout for Arabic) + layout-ldrtl/ + main.xml (This applies to any "right-to-left" language, except for Arabic, because the ar language qualifier has a higher precedence.) ++
sw<N>dp