mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-06-03 05:21:00 +02:00
* PandoraFMS_android_console/*: added first version of PandoraFMS android console (it is a custom browser standaralone for the Pandora Web Console Mobile). git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@7699 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
14 lines
972 B
XML
14 lines
972 B
XML
<animation-list xmlns:android="http://schemas.android.com/apk/res/android" android:oneshot="false">
|
|
<item android:drawable="@drawable/loading_1" android:duration="60" />
|
|
<item android:drawable="@drawable/loading_2" android:duration="60" />
|
|
<item android:drawable="@drawable/loading_3" android:duration="60" />
|
|
<item android:drawable="@drawable/loading_4" android:duration="60" />
|
|
<item android:drawable="@drawable/loading_5" android:duration="60" />
|
|
<item android:drawable="@drawable/loading_6" android:duration="60" />
|
|
<item android:drawable="@drawable/loading_7" android:duration="60" />
|
|
<item android:drawable="@drawable/loading_8" android:duration="60" />
|
|
<item android:drawable="@drawable/loading_9" android:duration="60" />
|
|
<item android:drawable="@drawable/loading_10" android:duration="60" />
|
|
<item android:drawable="@drawable/loading_11" android:duration="60" />
|
|
<item android:drawable="@drawable/loading_12" android:duration="60" />
|
|
</animation-list> |