我正在为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" />
答案 0 :(得分:0)
尝试将所有Compile版本更改为SDK 22.