aboutsummaryrefslogtreecommitdiffstats
path: root/app/res/drawable/repwifi_progbar.xml
blob: 1b05913678caf930d0ef38a2915c4f0732dffa8d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="utf-8"?>

<animation-list xmlns:android="http://schemas.android.com/apk/res/android"
    android:oneshot="false" >

    <item android:duration="300">
        <bitmap android:src="@drawable/rw_prog_1" />
    </item>
    <item android:duration="300">
        <bitmap android:src="@drawable/rw_prog_2" />
    </item>
    <item android:duration="300">
        <bitmap android:src="@drawable/rw_prog_3" />
    </item>
    <item android:duration="300">
        <bitmap android:src="@drawable/rw_prog_0" />
    </item>

</animation-list>