What is the code to make an image button to stay at the top right of an EditText even when scrolled instead of following data input causing a messy appearance?
What is the code to make an image button to stay at the top right of an EditText even when scrolled instead of following data input causing a messy appearance?
I would create a custom component, extending
RelativeLayout
and then apply a custom layout.Have a look at this article, you can get the desired result with just few edit of this code: https://arunbadole1209.wordpress.com/2011/12/16/how-to-create-edittext-with-crossx-button-at-end-of-it/
clearable_edit_text.xml
ClearableEditText.java
To use it, declaration: