Android - 如何为下拉框添加底部焦点边框?

6

如何给我的下拉菜单添加底部边框,就像Google添加新联系人(见图)?
当我点击下拉菜单时,在Google添加新联系人中,边框变为蓝色。

我的下拉菜单代码如下:

    <Spinner
        android:id="@+id/spinner1"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:entries="@array/insert_type"
        android:prompt="@string/insert_type_title"/>

Add contact screenshot

1个回答

3

虽然有点晚,但是您可以使用style="@style/Widget.AppCompat.Spinner.Underlined来设置下划线样式的下拉框。


晚了,但是唯一的。非常感谢! - Simone Sessa

网页内容由stack overflow 提供, 点击上面的
可以查看英文原文,
原文链接