summaryrefslogtreecommitdiffstats
path: root/res/layout
diff options
context:
space:
mode:
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>