Reputation: 53
I have here 2 images the one is from the android studio while the other one is from the emulator, The problem is that the two images don't look like each other I mean this is probably because of the different screen sizes but they just differ to much. How can I make it look like in the android studio version?
Android Studio
Emulator
Upvotes: 0
Views: 160
Reputation: 1951
You should choose a preview device with a smaller screen: your layout doesn't scale appropriately, so you can see artifacts depending on the device screen resolution and size.
Upvotes: 2