在目标sdk 23中找不到类'android.widget.ThemedSpinnerAdapter'

时间:2016-08-26 20:08:11

标签: android spinner android-support-library

我正在为spinner创建数组适配器时找不到类'android.widget.ThemedSpinnerAdapter'。其他stackoverflow结果没有帮助。怎么解决这个? 使用微调器有哪些替代方法?

代码:

<Spinner android:id="@+id/country_code" 
         android:layout_width="0dp" 
         android:layout_height="match_parent" 
         android:layout_margin="@dimen/dimen_5_dp"
         android:layout_weight="2" 
         android:entries="@array/country_codes" 
         android:background="@drawable/spinner_background" 
         android:prompt="@string/country_code_hint" /> 

1 个答案:

答案 0 :(得分:0)

尝试将所有Compile版本更改为SDK 22.