The solutions I found to change the spinner dropdown icon where all:
1. create a custom drawable
You need to create custom background like this:
// you can place your dropdown image
Then create style for spinner like this:
after that apply this style to your spinner