aboutsummaryrefslogtreecommitdiffstats
path: root/main/res/layout
diff options
context:
space:
mode:
authorSamuel Tardieu <sam@rfc1149.net>2013-04-07 13:02:11 +0200
committerSamuel Tardieu <sam@rfc1149.net>2013-04-07 14:10:19 +0200
commit154d9869c3972939cff5d95cb2b2343dc5e76309 (patch)
tree0b63dd2098b71127b025fd92e0d610a076c6bcea /main/res/layout
parent512ae6d23112bf9ce0de2782adab0b9874f69b31 (diff)
downloadcgeo-154d9869c3972939cff5d95cb2b2343dc5e76309.zip
cgeo-154d9869c3972939cff5d95cb2b2343dc5e76309.tar.gz
cgeo-154d9869c3972939cff5d95cb2b2343dc5e76309.tar.bz2
Replace progress dialog by individual progress bars when loading images
Diffstat (limited to 'main/res/layout')
-rw-r--r--main/res/layout/cache_image_item.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/main/res/layout/cache_image_item.xml b/main/res/layout/cache_image_item.xml
index 7ed4782..3e025e1 100644
--- a/main/res/layout/cache_image_item.xml
+++ b/main/res/layout/cache_image_item.xml
@@ -27,4 +27,10 @@
android:textSize="14dip"
android:visibility="gone" />
+ <ProgressBar
+ android:id="@+id/progress_bar"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ style="@android:style/Widget.ProgressBar.Small"/>
+
</LinearLayout> \ No newline at end of file