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
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
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
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
4 matches
Mail list logo