Reputation: 1187
I want to customize EditText in android and want to add Views/Layouts to it. Please suggest me some tutorial or any source code which will help me.
Upvotes: 1
Views: 575
Reputation: 6761
Adding views to EditText
is not possible. But you can create a Custom component.
Please have a look at the Google's tutorial:
https://developer.android.com/guide/topics/ui/custom-components.html
Upvotes: 2