summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChih-Chung Chang <chihchung@google.com>2009-07-14 16:51:53 +0800
committerChih-Chung Chang <chihchung@google.com>2009-07-14 16:51:53 +0800
commit1ad7e909d01063ecfee956d438b050bc3f78fd7f (patch)
treef00b7665b379174c1b11925924c57e8c77305cf7
parentd918cfa6846593ceb844196a6d0012f3f350252f (diff)
downloadLegacyCamera-1ad7e909d01063ecfee956d438b050bc3f78fd7f.zip
LegacyCamera-1ad7e909d01063ecfee956d438b050bc3f78fd7f.tar.gz
LegacyCamera-1ad7e909d01063ecfee956d438b050bc3f78fd7f.tar.bz2
Fix the ImageGallery progress bar (the rotating circle in title).
-rw-r--r--res/layout/custom_gallery_title.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/layout/custom_gallery_title.xml b/res/layout/custom_gallery_title.xml
index bc1a385..21826bf 100644
--- a/res/layout/custom_gallery_title.xml
+++ b/res/layout/custom_gallery_title.xml
@@ -39,9 +39,9 @@
<ProgressBar android:id="@android:id/progress"
style="?android:attr/progressBarStyleSmallTitle"
- android:gravity="center_vertical"
+ android:layout_gravity="center_vertical"
android:paddingRight="5dip"
android:layout_width="wrap_content"
- android:layout_height="fill_parent"
+ android:layout_height="wrap_content"
android:layout_weight="0" />
</LinearLayout>