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 :
Might be late but better late than never. To respond to your question: "Is there a way to use it only in spinner?". The answer is yes, refer to the code below.
Add this code to your theme or style file
Then in your XML that use spinner you can add this line
android:theme="@style/customSpinnerTheme"
e.g.