Using a simple spinner. When I scroll the spinner the shadow around spinner dropdown starts growing darker in color.
I managed to fix the issue but
I will appreciate if someone could explain me why was this happening?
<Spinner
android:id="@id/drop_list_1"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_alignParentLeft="true"
android:layout_alignParentStart="true"
android:background="@android:color/transparent"
android:dropDownSelector="@android:drawable/list_selector_background"
android:dropDownWidth="wrap_content"
android:minHeight="@dimen/min_header_height"
android:popupBackground="#FFFFFF" />