[android-beginners] New Posting at funfashion4u

2009-04-08 Thread tariq hassan
- Witches http://funfashion4u.blogspot.com/2009/04/witches.html - Monsters http://funfashion4u.blogspot.com/2009/04/monsters.html - Aircraft Chart US Air Forcehttp://funfashion4u.blogspot.com/2009/04/aircraft-chart-us-air-force.html - Victory at

[android-beginners] Re: NoClassDefFoundError for a third party library

2009-04-08 Thread olivier
Hello fadden, First of all, thank you for your help. My classpath was effectively not correct. Now I have a NoSuchFieldError that I will investigate. Olivier On 8 avr, 00:36, fadden fad...@android.com wrote: On Apr 7, 3:01 am, olivier olivier.pou...@gmail.com wrote: 04-07 09:39:03.374:

[android-beginners] Re: Having Problems with Layout

2009-04-08 Thread rch
Thanks for all the responses.. Using vertical works fine.. On Apr 1, 12:08 pm, Glen Humphrey glendon.humphr...@gmail.com wrote: Try this. android:orientation=vertical On Apr 1, 8:57 am, Mike Wolfson mwolf...@gmail.com wrote: You could: - Use a different layout (grid perhaps), which

[android-beginners] How to add a close button on a WebView

2009-04-08 Thread rch
I am invoking a simple WebView going through my own WebViewClient. I want to add a very simple close button so, it goes back to the activity. If I invoke the Webview as a sub activity, it is going back to the parent activity properly. But, in my case I just have simple webview for example (click

[android-beginners] why ADT can not show the preference dialog in ubuntu

2009-04-08 Thread farmer_chs
In the properties view of ADT Layout Editor, ImageView have a background property, there is a more button with text ... in value column,when click it will show me a reference dialog to select a resource int windows ,but int ubuntu there nothing happen. My env is ubuntu 8.10 ,eclipse 3.4 and ADT

[android-beginners] How to change the background color of an element in a list ?

2009-04-08 Thread binklee
Hi everybody, I've an activity that extends ListActivity. I do a kind of check on all elements of the list and if an element corresponds to my criteria, I would like to put the background of this element in green (by example) or to add any visual effect on this element. How can I modify the

[android-beginners] Re: How to change the background color of an element in a list ?

2009-04-08 Thread Mark Murphy
binklee wrote: Hi everybody, I've an activity that extends ListActivity. I do a kind of check on all elements of the list and if an element corresponds to my criteria, I would like to put the background of this element in green (by example) or to add any visual effect on this element. How

[android-beginners] Re: How to change the background color of an element in a list ?

2009-04-08 Thread binklee
Thank you for the informations! It seems to be good hints to start :) On Apr 8, 9:27 pm, Mark Murphy mmur...@commonsware.com wrote: binklee wrote: Hi everybody, I've an activity that extends ListActivity. I do a kind of check on all elements of the list and if an element corresponds to