material desing Textfield下拉如何实现

时间:2015-11-13 12:52:08

标签: android material

我需要在我的应用中实现此组件 [材料设计组件] [1]

[1]:http://i.stack.imgur.com/xaQ03.png只是为了强化我需要的是文本字段中的下拉而不是操作栏中的下拉。

在材料设计组件doc中,这个名为Textfield下拉列表,https://www.google.com/design/spec/components/menus.html#menus-usage但我确实没有找到如何实现这一点,我尝试了很多网站,但我确实找到了类似这样的东西你能帮我找点什么吗?

1 个答案:

答案 0 :(得分:4)

我认为这就是你要找的东西。

<Spinner
                android:id="@+id/spPaymentType"
                android:layout_width="wrap_content"
                android:layout_height="wrap_content"
                style="@style/Widget.AppCompat.Spinner.Underlined"/>