diff options
author | Android (Google) Code Review <android-gerrit@google.com> | 2009-09-29 20:51:17 -0400 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2009-09-29 20:51:17 -0400 |
commit | 0685e02a7819b0615e2d23b65b04a6c80f15dd53 (patch) | |
tree | 9baf3687cb85e5abe5fffaa063aac0950d9692f8 | |
parent | 083ccc1e5e06bde2102c50e8279178209fa9a056 (diff) | |
parent | 836b5217cae1d36fd6b5bd609b2cf25f077048c0 (diff) | |
download | LegacyCamera-0685e02a7819b0615e2d23b65b04a6c80f15dd53.zip LegacyCamera-0685e02a7819b0615e2d23b65b04a6c80f15dd53.tar.gz LegacyCamera-0685e02a7819b0615e2d23b65b04a6c80f15dd53.tar.bz2 |
Merge change I836b5217 into eclair
* changes:
Remove unused progress indicator.
-rw-r--r-- | res/layout/custom_gallery_title.xml | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/res/layout/custom_gallery_title.xml b/res/layout/custom_gallery_title.xml index 21826bf..b85b981 100644 --- a/res/layout/custom_gallery_title.xml +++ b/res/layout/custom_gallery_title.xml @@ -27,21 +27,4 @@ android:layout_width="wrap_content" android:layout_height="fill_parent" android:layout_weight="1" /> - - <TextView android:id="@+id/loading_text" - android:gravity="center_vertical" - style="?android:attr/windowTitleStyle" - android:layout_width="wrap_content" - android:layout_height="wrap_content" - android:paddingLeft="5dip" - android:paddingRight="5dip" - android:layout_weight="0" /> - - <ProgressBar android:id="@android:id/progress" - style="?android:attr/progressBarStyleSmallTitle" - android:layout_gravity="center_vertical" - android:paddingRight="5dip" - android:layout_width="wrap_content" - android:layout_height="wrap_content" - android:layout_weight="0" /> </LinearLayout> |