Android Progress Bar slow rotation on pre HoneyComb devices
问题 I've been trying to achieve an smooth rotation of a drawer in pre honeycomb devices, but it was impossible for me: In my layout.xml <ProgressBar style="@style/ProgressBarLarge" android:layout_centerInParent="true" /> in styles.xml <!-- ProgressBar style --> <style name="ProgressBarLarge" parent="@android:style/Widget.ProgressBar.Large"> <item name="android:layout_width">@dimen/large_size</item> <item name="android:layout_height">@dimen/large_size</item> <item name="android