Added rotating refresh image when updating notifications

git-svn-id: https://forja.rediris.es/svn/cusl6-swadroid/trunk@260 5bc14d19-1e4b-4ba2-aa50-860af135f48c
This commit is contained in:
Juan Miguel Boyero Corral 2012-04-07 14:56:51 +00:00
parent 34616c94f8
commit b476ca98db

View File

@ -126,4 +126,15 @@
android:layout_alignParentBottom="true"
android:layout_alignParentRight="true"
android:visibility="gone"/>
<ProgressBar
android:id="@+id/progress_refresh"
android:indeterminateDrawable="@drawable/rotate_refresh"
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:layout_alignWithParentIfMissing="true"
android:layout_alignParentTop="true"
android:layout_alignParentBottom="true"
android:layout_alignParentRight="true"
android:visibility="gone"/>
</RelativeLayout>