Saturday, August 13, 2011

[android-developers] Re: How to set Animation on Display Settings menu programmatically?

Hi,

I get that changing Animation on Display Settings, change below value:

float TransitionAnimationScale = System.getFloat(cResolver,
System.TRANSITION_ANIMATION_SCALE);
float WindowAnimationScale = System.getFloat(cResolver,
System.WINDOW_ANIMATION_SCALE);

but when i set them using System.putFloat(cResolver,
System.TRANSITION_ANIMATION_SCALE) and System.puFloat(cResolver,
System.WINDOW_ANIMATION_SCALE) they don't change the Animation on
Display Settings...

any advise pleaseee...

Thanks and Regards,
Setiawan

--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

No comments:

Post a Comment