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, Vijay Krishnan <vijay.vijay...@gmail.com>wrote:

> 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.com>wrote:
>
>> 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 wanting to position ImageViews *relative* to each other, and
>> your first thought was NOT to use a *Relative*Layout? I'm not sure I
>> follow the logic train on that one...
>>
>> Thanks,
>> Justin Anderson
>> MagouyaWare Developer
>> http://sites.google.com/site/magouyaware
>>
>>
>> On Tue, Aug 7, 2012 at 5:14 AM, Vijay Krishnan 
>> <vijay.vijay...@gmail.com>wrote:
>>
>>> 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.
>>>
>>> Thanks,
>>> vijay.k
>>>
>>> --
>>> 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
>>
>>
>>  --
>> 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
>
>
>  --
> 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
>

-- 
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