Background @null in the layout xml file also does the trick, if you don’t want to declare a specific style:
<Spinner
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:background="@null"/>