【问题标题】:material desing Textfield dropdown how to implementmaterial design Text Field 下拉菜单如何实现
【发布时间】:2015-11-13 12:52:07
【问题描述】:

我需要在我的应用中实现这个组件:

为了强调这一点,我需要的是文本字段中的下拉菜单,而不是操作栏中的下拉菜单。

在材料设计组件指南中,此组件称为text-field (or exposed) dropdown。有没有办法实现这个组件?

【问题讨论】:

  • 嗨 Aleskey,我不认为它是一样的,但感谢您的帮助。

标签: android


【解决方案1】:

我想这就是你要找的。​​p>

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

【讨论】:

  • 嗨,J Whitfield,我现在在办公室,无法测试这个,但是当我回到家时,我会尝试并告诉你。
  • 成功了,非常感谢。我无法将您的 anwser 标记为正确,但可能有人会这样做。
  • 我对你提出的问题表示怀疑,但很高兴它对你有所帮助。
  • textfield has a hint (label) which is visible when there is a text in the field, see here which is missing in this case.this label changes color when the field is selected.你也知道怎么展示吗?
猜你喜欢
  • 2019-07-22
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 2015-07-22
  • 2021-04-21
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
相关资源
最近更新 更多