微调箭头按钮显示为白色

时间:2014-12-05 12:45:44

标签: android android-spinner

我在注册表中使用微调器。

以下是我在实现微调器方面遇到的问题。

  1. 右侧旋转器中的箭头三角形显示为白色,但应显示为黑色。
  2. 下划线未显示在微调器中,就像它在edittext中显示一样。
  3. 以下是我的代码

    <ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
     xmlns:tools="http://schemas.android.com/tools"
    android:layout_width="fill_parent"    
    android:layout_height="fill_parent" 
    android:background="#C9CACC"  
    >
    
     <Spinner
            android:id="@+id/employerType"
            android:layout_width="fill_parent"
            android:layout_height="wrap_content"       
            android:entries="@array/employerTypeArr"
            android:layout_marginTop="15dp"                   
            />
    
    </ScrollView>
    

0 个答案:

没有答案