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
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.