0

This is picture on android phone

This is picture on emulator

They are not same, what should I do ? Thanks :)

Yoo
  • 1,421
  • 8
  • 20
  • 36

1 Answers1

1

the screen properties (resolution etc) aren't the same, so the layout can have a different effect. Debug your layout on several different screens (you can change them in different VM's).

Nanne
  • 64,065
  • 16
  • 119
  • 163