Re: [android-developers] position the different image views

2012-08-09 Thread Vijay Krishnan
in my case i have 5 imageviews.I have to position one at the centre and the remaining 4 imageview in circular order relative to the centre On Tue, Aug 7, 2012 at 11:58 PM, Justin Anderson magouyaw...@gmail.comwrote: I have different image views and i want to position the other imageviews

Re: [android-developers] position the different image views

2012-08-09 Thread Justin Anderson
So use a RelativeLayout... The image you want in the center needs to have android:centerInParent=true All the other images need to be set relative to the one in the center. Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Thu, Aug 9, 2012 at 6:46 AM,

[android-developers] position the different image views

2012-08-07 Thread Vijay Krishnan
Hi all, I have different image views and i want to position the other imageviews relatively with centre image view.And i have done it with using FrameLayout.ImageViews look fine in Samsung S3,but in samsung galaxy Y the last imageview added to the layout only appears on the screen.

Re: [android-developers] position the different image views

2012-08-07 Thread Justin Anderson
I have different image views and i want to position the other imageviews relatively with centre image view.And i have done it with using FrameLayout.ImageViews look fine in Samsung S3,but in samsung galaxy Y the last imageview added to the layout only appears on the screen. So, you are