似乎android 4为linearView提供了“android:layoutDirection”,为textView提供了“android:textDirection”,但是当我选择它们时,我得到了一个编译错误它不会像那样认出它们:
error: No resource identifier found for attribute 'layoutDirection' in package 'android'
我也无法在互联网上找到有关这些属性的更多信息。他们是什么意思,为什么我不能使用它们?
答案 0 :(得分:9)
如果将项目属性更改为API级别17,则可以使用。
答案 1 :(得分:9)
可能会帮助你。
Note: To enable right-to-left layout features for your app, you must set supportsRtl to "true" and set targetSdkVersion to 17 or higher.
http://developer.android.com/guide/topics/resources/providing-resources.html#table2