Android Spinner not working on Samsung Devices with Android 5.0
I'm using a custom Spinner widget with the code below. Everything works fine on most devices except on Samsung's devices with Android 5.0. On click the Spinner should display a list of values but that doesn't happen. On emulators and others brands devices with Android 5.0 it works fine. Has anyone faced a similiar isse or have any idea of what might be happening? xml <?xml version="1.0" encoding="utf-8"?> <Spinner android:id="@+id/_combo_spinner" android:layout_width="0px" android:layout_height="wrap_content" android:layout_weight="1" android:focusable="false" android:background="@null"