earl cabanig
earl cabanig

Reputation: 53

Android layout: make it look like in Android Studio

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

Android Studio

Emulator

emulator

Upvotes: 0

Views: 160

Answers (1)

manfcas
manfcas

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

Related Questions