I would like to create the following interface in Android:
However it appears to me that if I code in Java the opportunities for achieving this look exactly as it appears here are fairly limited. Am I right or wrong? Should I use an HTML hybrid app instead?
Thanks.
I was not sure about how to implement the rounded corners and the logo inside the text box
The rounded corners would be a custom background to the container holding onto those widgets, either a ShapeDrawable
, or a nine-patch PNG file.
The logo inside the EditText
widget would be via android:drawableRight
.