Issue
I am learning Android Studio.
Making a calculator.
Why is everything (Summ button and fields for num 1, 2 and result) in one heap in the Android Studio emulator?
Solution
Your xml layout information would probably help with diagnosing problems, Unconstrained views will all appear in top left corner. if using constraintLayout, drag views to desired position in design View and set constraints, or use the magic wand. Hope that helps ):
Answered By - 152Chase
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.