[android-developers] Re: How to control the image size in a ListView?

2008-07-19 Thread Fräntz Miccoli
I don't really understand your problem, can you re-explain it ? How can your drawable images size can hide the others image ? Do you put these image on the screen ? On Jul 18, 4:28 pm, Pierre <[EMAIL PROTECTED]> wrote: > Hi all, > > I am making a listView with image in it. But I run into a proble

[android-developers] Re: How to control the image size in a ListView?

2008-07-20 Thread Guillaume Perrot
Could you send the layout file you use with your adapter ? Do you override the ArrayAdapter class to use images in list view ? I had no problem working with images in list view. On 18 juil, 16:28, Pierre <[EMAIL PROTECTED]> wrote: > Hi all, > > I am making a listView with image in it. But I run i

[android-developers] Re: How to control the image size in a ListView?

2008-07-21 Thread Guillaume Perrot
Hi, Pierre. It was not that layout file I was thinking of but rather the one you may have used with an ArrayAdapter to render each list entry. On 21 juil, 10:50, Pierre <[EMAIL PROTECTED]> wrote: > Hi,GuillaumePerrot, > > Thanks for you reply. > Here is my layout for the ImageList: > > > http://

[android-developers] Re: How to control the image size in a ListView?

2008-07-21 Thread Pierre
Hi, Guillaume Perrot, Thanks for you reply. Here is my layout for the ImageList: http://schemas.android.com/apk/res/ android" android:orientation="vertical" android:layout_width="fill_parent" android:layout_height="fill_parent"> Hope that you can help me more! Pierre On

[android-developers] Re: How to control the image size in a ListView?

2008-07-21 Thread Fräntz Miccoli
Look at my code Guillaume, this exactly what I've done. On 21 juil, 11:15, Guillaume Perrot <[EMAIL PROTECTED]> wrote: > Hi, Pierre. > It was not that layout file I was thinking of but rather the one you > may have used with an ArrayAdapter to render each list entry. > > On 21 juil, 10:50, Pierre

[android-developers] Re: How to control the image size in a ListView?

2008-07-21 Thread Guillaume Perrot
Ok Frantz but this doesn't answer me why Pierre's code doesn't work. To understand Pierre's problem I have to see Pierre's code. On 21 juil, 15:41, Fräntz Miccoli <[EMAIL PROTECTED]> wrote: > Look at my codeGuillaume, this exactly what I've done. > > On 21 juil, 11:15,GuillaumePerrot<[EMAIL PROTE

[android-developers] Re: How to control the image size in a ListView?

2008-07-21 Thread Fräntz Miccoli
I implement the ListAdaper : I may have implement or extend the array adapter but i'm not sure. I don't use any layout file (I got problem with it). I've made my own view through code extending AbsoluteLayout. You just have to create your components in the constructor and add them to your object.

[android-developers] Re: How to control the image size in a ListView?

2008-07-22 Thread Pierre
Hi, Guillaume and Frantz Thank you very much. I made a little mistake in my code. That is why some error occured when displaying the images. I have solved it. Thank you! Pierre On 7月21日, 下午4时38分, Guillaume Perrot <[EMAIL PROTECTED]> wrote: > Ok Frantz but this doesn't answer me why Pierre's cod