Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有人可以帮我如何使用这个属性android:layoutDirection,
android:layoutDirection
请不要让我参考这个问题Android 上从右到左语言的状态是什么?因为它没有回答我的问题!
layoutDirection 在 4.0 中没有发布,所以你不能使用 attr,但是如果你不使用 sdk,而是使用 android 的所有代码构建。首先在创建时在代码中获取Linearlayout,通常在setContent之后,并使用在View.java中定义的@hide api setLayoutDiredtion(View.LAYOUT_DIRECTION_LOCALE),当然,在4.2之后你可以直接在xml中使用layoutDirection