JakeWharton / ActionBarSherlock

[DEPRECATED] Action bar implementation which uses the native action bar on Android 4.0+ and a custom implementation on pre-4.0 through a single API and theme.
http://actionbarsherlock.com
Apache License 2.0
7.1k stars 3.54k forks source link

changing SherlockDialogFragment default animation not working #1102

Closed dnldd closed 10 years ago

dnldd commented 10 years ago

Hi, I'd like to change the animation for my dialog fragments in my app. I've tried setting the window animation in my onCreate function but doesn't change the animation. I'm not getting solutions on StackOverflow. How do I get this done? Thanks.

JakeWharton commented 10 years ago

SherlockDialogFragment adds no functionality in this regard. It just extends from the normal support library DialogFragment so any behavior you are seeing (or not seeing) is from the support library, not ABS.