How to change spinner text size?
问题 I'd like to learn about spinner and how to change spinner text size and spinner text color. 回答1: In Android, Spinner is nothing but a combo box or list box. It lets you viewing multiple items and allows you to select one item from the list. Edit Your XML code like this <Spinner android:id="@+id/Spinner01" android:layout_width="wrap_content" android:layout_height="wrap_content" /> Your Java Class code should look like this public class SpinnerExample extends Activity { private String array