android edittext with drop down list

后端 未结 4 1137
悲哀的现实
悲哀的现实 2021-02-02 13:21

I have an edittext which gets values from the user. I want to add an option which allows the user to choose from different options via drop down list when edittext is clicked. D

4条回答
  •  你的背包
    2021-02-02 13:53

    I think what you are looking for can be done with a Spinner instead of an EditText.

    Here's a detailed explanation of how to use it.

提交回复
热议问题