summaryrefslogtreecommitdiff
path: root/res/layout/main.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2012-06-20 00:44:37 +0400
committerAndrew Dolgov <[email protected]>2012-06-20 00:44:37 +0400
commite1afe38ef3e4731cdc55d97fdfce281244ad52bf (patch)
tree4e23512b006a6d97b4c0d22bfd0c96944ab6180b /res/layout/main.xml
parentbe0f5fe64a4e2c042c972e6cf884ce4b50a7dc55 (diff)
use activity progress indicator
Diffstat (limited to 'res/layout/main.xml')
-rw-r--r--res/layout/main.xml5
1 files changed, 0 insertions, 5 deletions
diff --git a/res/layout/main.xml b/res/layout/main.xml
index 9718ba09..eb06058c 100644
--- a/res/layout/main.xml
+++ b/res/layout/main.xml
@@ -16,11 +16,6 @@
android:layout_height="wrap_content"
android:gravity="center_horizontal"
android:text="@string/loading_message" />
-
- <ProgressBar
- android:id="@+id/loading_progress"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content" />
</LinearLayout>
<FrameLayout