Does anyone know how I can change the background color and the item color on the spinner
?
<Spinner
android:id="@+id/spinner_categoryselect"
android:background="@drawable/side_nav_bar"
android:background="#CCC"
android:layout_weight="4"
android:layout_width="0dp"
android:layout_height="wrap_content"></Spinner>
Thanks in advance.