diff options
author | Chih-Chung Chang <chihchung@google.com> | 2009-07-14 16:51:53 +0800 |
---|---|---|
committer | Chih-Chung Chang <chihchung@google.com> | 2009-07-14 16:51:53 +0800 |
commit | 1ad7e909d01063ecfee956d438b050bc3f78fd7f (patch) | |
tree | f00b7665b379174c1b11925924c57e8c77305cf7 | |
parent | d918cfa6846593ceb844196a6d0012f3f350252f (diff) | |
download | LegacyCamera-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.xml | 4 |
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> |