diff options
| author | Samuel Tardieu <sam@rfc1149.net> | 2013-04-07 13:02:11 +0200 |
|---|---|---|
| committer | Samuel Tardieu <sam@rfc1149.net> | 2013-04-07 14:10:19 +0200 |
| commit | 154d9869c3972939cff5d95cb2b2343dc5e76309 (patch) | |
| tree | 0b63dd2098b71127b025fd92e0d610a076c6bcea /main/res/layout | |
| parent | 512ae6d23112bf9ce0de2782adab0b9874f69b31 (diff) | |
| download | cgeo-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.xml | 6 |
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 |
