微调框对话框背景颜色

时间:2018-02-10 11:50:16

标签: android android-spinner

我知道这个问题会很复杂但是,即使经过许多建议,我仍然无法改变弹出式旋转器的下拉式样式。

下面是我的Spinner xml -

 <Spinner
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    android:id="@+id/spinner"
    android:spinnerMode="dialog"
    android:popupBackground="#ff0000"
    android:entries="@array/State_list"/>

你知道,我已经将弹出背景颜色设为ff0000并且仍然没有反映,所以请不要将此作为建议,但如果您看到其他任何方式,请在此告诉我,非常感谢提前。

0 个答案:

没有答案