I have this code of Spinner in XML:
<Spinner
android:layout_width="match_parent"
android:layout_height="match_parent"
android:theme="@style/ThemeOverlay.AppCompat.Light"
android:dropDownWidth="match_parent"
android:spinnerMode="dropdown" />
But the dropdown width is cropped because of the icon shown. How to make it full width like the parent?
