spinner里面的字体大小怎么设置

2025-03-03 19:41:18
推荐回答(1个)
回答1:

您好,这样设置:
spinner虽然没有android:textSize的属性,但是可以设置style。
例如: android:id="@+id/order_change_spinner"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_weight="30"
style="@style/life_spinner_style"/>我测试过,是可以改变字体大小的。