通常のスピナーは次のようになります。
選択したアイテムを使用して回転しようとすると android:rotationY="180"
、論理的にも回転します
問題は、選択したアイテムが回転して、選択したアイテムのテキストが意味をなさないことです
必要なものは最初の写真と同じですが、スピナーが回転しています
スピナー XML :
<Spinner
android:id="@+id/privacySpinner"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_below="@id/eventPrivacy"
android:layout_alignParentRight="@id/eventPrivacy"
android:prompt="@string/event_privacy"
android:entries="@array/privacy_levels"
android:rotationY="180"
/>