Spinner 控件中所选项目的旋转

Rotation in selected item in Spinner control

我在微调器中选择的项目有问题 android control.In 阿拉伯语选择的项目文本反转并转到箭头 side.I 试图旋转所选项目的视图(view.setRotationY(180) ) 但它在其他 android 版本上轮换。 解决此问题的最佳解决方案是什么?

旋转会影响视图的旋转 您必须更改 xml 布局的引力 强制方向为 ltr 或您的文本布局方向

android:layoutDirection="ltr"
android:textDirection="ltr"