Hi,

You should set your ImageView to fill_parent.

You can then choose a scale type depending on your needs:

http://code.google.com/android/reference/android/widget/ImageView.ScaleType.html

e.g.
<ImageView
  android:scaleType="fitCenter"
  ...
/>

Cheers,
James

On Thu, Jan 29, 2009 at 5:37 AM, jaimin <[email protected]> wrote:
>
> hi.
> i have done one example in that i have two buttons one is next and
> other is previous and one image is there .now when i click any of
> thoes buttons then image is change now image is chnging but now
>
> I want to my image width is full as my emulator screen size or my
> ImageView size and my height is above thoes buttons
>
> so any suggestion for that ?
> plz its urgent
>
> thanks.
> jaimin
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to