Set the Dropdown arrow image to spinner like this :
<Spinner
android:id="@+id/Exam_Course"
android:layout_width="320dp"
android:background="@drawable/spinner_bg"
android:layout_height="wrap_content"/>
Here android:background="@drawable/spinner_bg" the spinner_bg is the Dropdown arrow image.