I need to achieve the similar behavior from the image below. I need to add extra static information inside an EditText in android that does not change according to the user’s input (except for the character count).

How do I achieve this? As per I see from the focus, the data is inside the EditText and not out, so i believe this is some sort of style or a custom component.
Many Thanks
T
What you could do is make a view group with the text how you want it with an
EditTextat the top for the user input, then set the background of your view group toandroid:background="@android:drawable/editbox_background"