|
Ultima modificación |
Ver Log
|
Rev |
Autor |
Línea Nro. |
Línea |
1 |
gabriel |
1 |
<animation-list xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
2 |
android:oneshot="false">
|
|
|
3 |
<item android:drawable="@drawable/ic_animation1" android:duration="300" />
|
|
|
4 |
<item android:drawable="@drawable/ic_animation2" android:duration="300" />
|
|
|
5 |
<item android:drawable="@drawable/ic_animation3" android:duration="300" />
|
|
|
6 |
</animation-list>
|
|
|
7 |
|