Changing spinner arrow, Appcompat v21
i have activities which i themed with my custom theme, but for spinner i choosed to style it with Appcompat v21 but i got this : So how to change the Spinner arrow to be black or blue if is there a way ? i found this as similar question but doesn't have any answer : https://stackoverflow.com/questions/28561105/add-custom-spinner-arrow here is my spinner : <Spinner android:layout_width="fill_parent" android:layout_height="wrap_content" android:id="@+id/spinner2" android:layout_marginTop="10dp" android:layout_centerInParent="true" /> i used this to style the spinner: <style name="MyTheme