summaryrefslogtreecommitdiffstats
path: root/res/layout
diff options
context:
space:
mode:
authorChih-Chung Chang <chihchung@google.com>2009-09-29 17:41:18 -0700
committerChih-Chung Chang <chihchung@google.com>2009-09-29 17:41:18 -0700
commit836b5217cae1d36fd6b5bd609b2cf25f077048c0 (patch)
tree71ef92ba94c10168415b2e408a60a9731c92cdc8 /res/layout
parentc158bd9c793895df5cd48eb2fa643e9f326951df (diff)
downloadLegacyCamera-836b5217cae1d36fd6b5bd609b2cf25f077048c0.zip
LegacyCamera-836b5217cae1d36fd6b5bd609b2cf25f077048c0.tar.gz
LegacyCamera-836b5217cae1d36fd6b5bd609b2cf25f077048c0.tar.bz2
Remove unused progress indicator.
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/custom_gallery_title.xml17
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>