Android多语言布局layout

1. 定义某种具体的语言资源layout

eg: layout-ar

2. 同意放在layout-ldrtl目录

eg: layout-ldrtl

3. android:supportsRtl属性

eg:Activity/Application标签android:supportsRtl="true"

4. android:layoutDirection属性

eg:view布局中android:layoutDirection="rtl"

5.优先级

layout-ar(语言级别) > layout-ldrtl > layout-800*540(分辨率)

你可能感兴趣的:(Android知识库,Android,layout,Android从右到左,Android多语言)