Currency converter Layout details

1) Placeholder for Text field is specified using hint attribute

2) The layout should be readable when the oritentation is changed and even when it is on different devices.

3) To keep the elements below each other aligned, better set layout_width = parent

4) To align texts within a widget, use gravity attribute