I have created an extremely simple example of my problem. In this app there are two buttons (neither of them do anything just supposed to be there and be able to be clicked). In the .xml file I have the Pixel phone selected and have laid out the buttons to fit the screen correctly (using match_parent for width) (.xml file). But when I run the application on my Pixel emulator (not edited at all) only second button shows up and the width isn't right (Emulator). This feels like it has to be operator error considering the extreme differences. Any ideas?
Asked
Active
Viewed 87 times
0
-
https://stackoverflow.com/questions/42594033/constraintlayout-views-in-top-left-corner – CommonsWare Jul 03 '17 at 16:27
-
Perfect thank you so much! – Mason Phillips Jul 03 '17 at 20:05