SDK版本14的App的AppCompatSpinner与and

SDK版本14的App的AppCompatSpinner与and

本文介绍了适用于最低SDK版本14的App的AppCompatSpinner与android.widget.Spinner的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在开发最低SDK版本为14 Ice-cream sandwitch的应用程序,目标版本为Android Marshmallow.

I am developing application with minimum SDK version 14 Ice-cream sandwitch and targeted version is Android Marshmallow.

我需要使用AppCompatSpinner还是普通的微调器可以在具有所有实质外观的ICS设备上正常工作?

DO I need to use AppCompatSpinner or normal spinner will work on ICS devices with all material look and feel?

推荐答案

如果您查看 AppCompatSpinner 页,您将看到以下一行.

If you look at the AppCompatSpinner page, you will see the folowing line.

因此,您不必在Spinners和AppCompatSpinners之间进行选择.

So you don't have to choose between Spinners and AppCompatSpinners.

这篇关于适用于最低SDK版本14的App的AppCompatSpinner与android.widget.Spinner的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-02 17:34