I want to create view like cmd.The view start with textview after that edittext starts. And Edittext will be multi link .
Asked
Active
Viewed 51 times
0

Rahul sharma
- 1,492
- 12
- 26
-
[multiline edittext where parts are not editable, like fill in the blanks](https://stackoverflow.com/q/52791180/7666442) – AskNilesh Nov 07 '19 at 07:03
-
try creating dynamic editText then you will be able to achieve this. – Atif AbbAsi Nov 07 '19 at 13:05
1 Answers
1
I think you can't create a non-rectangle view, so, it's impossible to archive your idea. emmmm... maybe you can try that just use only one EditText.
let user input something, and you output something, just append them into EditText.
just listen the keyboard event, check if allow user to delete content from your EditText.

krosshj
- 855
- 2
- 11
- 25