spinner 가로정렬 하고 싶습니다.

vertical 써서 가로정렬로는 잘되는데요.

horizontal 로 바꿔서 해보니,
spinner자체가 사라져서 화면에 안나오네요.

<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:orientation="horizontal"
    android:padding="10dip"
    android:layout_width="fill_parent"
    android:layout_height="wrap_content">



스피너 소스
<spinner
        android:id="@+id/spinner"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:prompt="@string/planet_prompt"
    />