[android-developers] Re: Is it possible to theme the activity animation?

2009-06-29 Thread z

Bump, this seems like something cool to have, anyone knows about this?
The slide left/right animation is cool, but would be nice to have a
custom one for my own app to make it more unique.

On Jun 18, 9:50 am, z  wrote:
> Anyone else? Someone from google? Is this a bug that should be
> reported?
>
> On Jun 18, 1:08 am, z  wrote:
>
> > Did you read and understand my question? I know how to applytheme,
> >animationstyle in my themes wont have any effects.
>
> > On Jun 18, 12:59 am, peeyush varshney 
> > wrote:
>
> > > No need to write " android:stateNotNeeded="true" Just use given code in
> > > Manifest ..Name nTheme..
>
> > > 
> > > And use code in Style file like this
>
> > > 
> > > and include your corresponding attribute no need to inherit parenttheme...
> > > Tell me what u want to do exactly..
>
> > > On Thu, Jun 18, 2009 at 10:22 AM, z  wrote:
>
> > > > I did that, nothing was changed
> > > >         > > >            android:stateNotNeeded="true"
> > > >            android:theme="@style/Theme"
> > > >            .
>
> > > > On Jun 18, 12:49 am, peeyush varshney 
> > > > wrote:
> > > > > hi,
> > > > > you need to set thisthemein your manifest file with corresponding
> > > > > Activity..
>
> > > >  > On Thu, Jun 18, 2009 at 9:41 AM, z  wrote:
>
> > > > > > Anyone? I tried the following but it didnt seem to have any effects 
> > > > > > at
> > > > > > all?
>
> > > > > >