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

[android-developers] Re: relative layout is not working at all?

2008-07-22 Thread Mark Murphy
april wrote: Does relative layout work? or there are some problems with following xml file? RelativeLayout works. You forgot the android: prefix on all your id attributes (e.g., it's TextView android:id=@+id/label ...). Add those in, and you will find that your layout works fine. That

[android-developers] Title bar color and style

2008-07-22 Thread 6real
Hello, I have an issue with the definition of a style for my app. I'd like to change the background color of the titles bar. I found that the only way to do is to use styles and it's fine but ... I can't succed in defining my styles.xml file from the documentation. I read the doc on classes

[android-developers]

2008-07-22 Thread siwar ben hadj said
Hi friends please help I can't understand the difference between interface, class and enum in this platform. Enum Please Can sombody answer me rapidely. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android

[android-developers] Re: [android-developers]

2008-07-22 Thread Mark Murphy
please help I can't understand the difference between interface, class and enum in this platform. Enum http://en.wikibooks.org/wiki/Java_Programming/Keywords/class http://en.wikibooks.org/wiki/Java_Programming/Keywords/enum

[android-developers] Re: gallery issues

2008-07-22 Thread kingkung
Okay, I'll do what I can, thanks! On Jul 22, 10:50 am, Mark Murphy [EMAIL PROTECTED] wrote: I misspoke, I'm not using a listview to display the gallery, i'm using a LinearLayout. That's less painful-sounding... ;-) That being said, I'm not completely sure what the answer is. On a