Jasonette / JASONETTE-Android

📡 Native App over HTTP, on Android
https://www.jasonette.com
Other
1.6k stars 270 forks source link

[Feature] Add icon next to TextField #125

Open realitix opened 7 years ago

realitix commented 7 years ago

Like on this picture capture du 2017-06-30 10-33-16

It shouldn't be to hard (https://stackoverflow.com/questions/6931900/programmatically-set-left-drawable-in-a-textview)

gliechtenstein commented 7 years ago

I think you can use horizontal layout to display an image next to the textfield, no need to invent a special syntax.

realitix commented 7 years ago

I'm afraid that the rendering could be wrong if you have rounded or bordered textfield. I will try