10

似乎android 4为linearLayout提供了“android :layoutDirection”,为textView提供了“ android:textDirection”,但是当我选择它们时,我得到一个编译错误,它不能像这样识别它们:

error: No resource identifier found for attribute 'layoutDirection' in package 'android'

我也无法在互联网上找到有关这些属性的更多信息。它们是什么意思,为什么我不能使用它们?

4

2 回答 2

9

如果您将项目属性更改为 API 级别 17,它将起作用。

于 2012-12-04T16:14:33.797 回答
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

于 2013-08-07T06:21:13.840 回答