Rakesh
Rakesh

Reputation: 1187

Add Views to EditText in Android

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

Answers (1)

Vasily Kabunov
Vasily Kabunov

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

Related Questions