Possible Element Pos Bug

gnostic

New Member
Licensed User
Longtime User
"Possible Element Pos Bug" as i don't know if it's a bug;

i'm developing an Android application and for the login screen, i used the sample image as my background image and placed my text fields and buttons on top of the image.

images:
designer) this is how it looks on designer
layout = 1280*800, scale = 1 (160dpi)

emulator) this is how it looks on emulator
WXGA (1280*800), LCD Density = medium (160)

galaxy note) this is how it looks on my galaxy note
1280*800, 285 ppi

any suggestions?
 

Attachments

  • designer.jpg
    designer.jpg
    25.7 KB · Views: 189
  • emulator.jpg
    emulator.jpg
    16.5 KB · Views: 192
  • galaxy_note.jpg
    galaxy_note.jpg
    14.5 KB · Views: 184

gnostic

New Member
Licensed User
Longtime User
ok, i'm definitely doing something wrong :)

attached you'll see my emulator info (1280*800, 320) yet designer detects it as 160 dpi (scale=1)
 

Attachments

  • emu_device_info.jpg
    emu_device_info.jpg
    12.2 KB · Views: 186
  • designer_variant.png
    designer_variant.png
    9.9 KB · Views: 199
Top