Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Android Build an Interactive Story App User Input Using EditText for Text Input

When the display size is 1920*1080 There is a gap between ImageView and editText why it is there How Should I solve it??

There should be an option to upload Image ..........

Could you share your XML file please? Without seeing your code, it's difficult to tell you why it's happening and how to fix it. Thank you :) You cannot paste an image but you can include a link to one. Check the Markdown Cheatsheet for details (see the link in bold down there).

1 Answer

What type of Layout are you using? (Relative, Frame, or Constraint) I found that when using Constraint layout I had to adjust my margins to fix that particular problem. It worked for me, and also made me feel more in control of the UI.