我正在构建一个具有语言设置的应用。我使用listview来显示所有语言选项。有些语言,如希伯来语和阿拉伯语,会自动放在右边,因为它们是从右到左书写的。有没有办法像其他语言一样强制这些列表项左侧?
Here is a picture to better understand what I am talking about
答案 0 :(得分:0)
您可以添加此样式属性
android:layoutDirection="ltr"
https://developer.android.com/reference/android/util/LayoutDirection.html#LTR