2010/12/1 Serdel <adam.lichwierow...@gmail.com>:
> Thanks for the response. Yeah the centered_vertical is not necessary.
> I put because I was wondering whether I can o a margin from the center
> of the screen. For the second question - yes I need the space. The B1
> should be placed below the center of the screen, and B2 and B3 should
> be in the bottom right/left corner of the screen. I figured out that
> B2 and B3 can also be placed by relativeLayot with aligning to bottom-
> right\left. But still B1 is a problem. I am using Samsung i5700
> (Android 1.5), and Acer liquid E (android 2.1).
>
> Btw. Daniel are you from Poland? If so: Dzięki za odpowiedź :>
>

Serdel,

as suggested here, try using relative layout and you will have to be
more careful about your screens and dimensions with regards to
layouts.
Samsung i5700 is a mdpi device (320x480 pix) and Acer Liquid is hdpi
one(480x800 pix). As a result even though you were using B1's top
margin expressed in DIPs, you would see a shift in the position of it.

Btw, I am from Poland, so Nie ma za co!


Daniel

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to