我想让TextView看起来像一个带有新材质样式的微调器.
我设法使用“Widget.Material.Light.Spinner”样式,但我在AppCompat(v21)资源中找不到任何替代方案.
我的xml:
<TextView android:id="@+id/sp_league_list" android:layout_width="match_parent" android:layout_height="wrap_content" android:gravity="center_horizontal" tools:text="Premier league" style="@android:style/Widget.Material.Light.Spinner" android:textColor="@android:color/white" />
解决方法
我跟着:
style="@style/Widget.AppCompat.Spinner"
但随意挑选另一个: