[android-developers] Custom Home restraining application's available screen size.

2010-03-04 Thread Andr dev
Hello All, I'm trying to write a custom Home application, specially designed for big screens. In this custom Home, I would like to also have 3 custom status bars : - a top status bar that will replace and look like the Android classic one (date/time, wifi status, battery load ...) - a left launch

[android-developers] Re: Gallery positioning first item

2010-02-04 Thread Andr dev
Well, so far my solution is to rewrite the full Gallery class, with an only change like : private int getCenterOfGallery() { return 40; // Or whatever you want. } ... surely not the best way to do it ;-) ! Regards, G. On Feb 3, 4:55 pm, Andr dev wrote: > Hello all, > > This one

[android-developers] Start AnimationDrawable in a List / Gallery

2010-02-03 Thread Andr dev
Hello all, I'm trying to perform an AnimationDrawable with a custom "waiting picture", in the way described here : - http://developer.android.com/guide/topics/graphics/2d-graphics.html#frame-animation - http://developer.android.com/reference/android/graphics/drawable/AnimationDrawable.html My g

[android-developers] Gallery positioning first item

2010-02-03 Thread Andr dev
Hello all, This one is quite simple, or should be, but I couldn't figure out how to. So ... I have a Gallery, something like : Inside, custom views : first item has a width of 200px, all other items have a width of 150px. Now, in landscape mode, with a screen of -let's say- 800px : - by defaul