Sync asset drop and smoother animation.
Bug: 5233703 Change-Id: I3fa52da71b78dcfa7842047b427c5121d3ac7e68
This commit is contained in:
@@ -17,12 +17,8 @@
|
||||
** limitations under the License.
|
||||
*/
|
||||
-->
|
||||
<animation-list
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:oneshot="false">
|
||||
<item android:drawable="@drawable/ic_list_sync_anim0" android:duration="150" />
|
||||
<item android:drawable="@drawable/ic_list_sync_anim1" android:duration="150" />
|
||||
<item android:drawable="@drawable/ic_list_sync_anim2" android:duration="150" />
|
||||
<item android:drawable="@drawable/ic_list_sync_anim3" android:duration="150" />
|
||||
</animation-list>
|
||||
|
||||
<animated-rotate xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:drawable="@drawable/ic_sync_anim_holo"
|
||||
android:pivotX="50%"
|
||||
android:pivotY="50%" />
|
||||
|
Reference in New Issue
Block a user