Android Question SD TextView - little bug on the hint text

Aldo's

Active Member
Licensed User
I wanted to point out that the hint text remains superimposed on the text with a height equal to or less than 50dip.
Can you make a little update to your beautiful library?
 

Star-Dust

Expert
Licensed User
Longtime User
Post an example of the problem you observed
 
Upvote 0

Aldo's

Active Member
Licensed User
I created two SD_TextViews with height=50.
I put a hint text, as you can see, and the result is this, where the hint text overlays the text.
Screenshot_2024-03-12-08-29-46-60_c7f282536be09be78e5815f383add9ac.jpg
 
Upvote 0

Star-Dust

Expert
Licensed User
Longtime User
Unfortunately I can't make the bottom of the Hint transparent. the safest solution is to increase the height by 5dips. Or you can try decreasing the size of the hint text
 
Upvote 0
Top