我想更改微调器的弹出窗口背景,基本上,我想把弹出的图像放在我的应用程序背景中。我读了很多建议,并为android:popupBackground做了正确的条目,但它仍然没有用。
我一直在寻找一个月的解决方案,但找不到它。很感谢任何形式的帮助。这是我的代码:
<Spinner
android:layout_width="match_parent"
android:layout_height="@dimen/input_field_height"
android:prompt="@string/state_select_text"
android:id="@+id/home_adr_state"
android:textColor="@color/input_color_text"
android:spinnerMode="dialog"
android:entries="@array/State_list"
android:popupBackground="@drawable/app_bg"
/>