summaryrefslogtreecommitdiff
path: root/res/layout
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
parentbe0f5fe64a4e2c042c972e6cf884ce4b50a7dc55 (diff)
use activity progress indicator
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/cats_fragment.xml1
-rw-r--r--res/layout/feeds_fragment.xml1
-rw-r--r--res/layout/headlines_fragment.xml1
-rw-r--r--res/layout/main.xml5
4 files changed, 0 insertions, 8 deletions
diff --git a/res/layout/cats_fragment.xml b/res/layout/cats_fragment.xml
index 4101e5c8..b47f9595 100644
--- a/res/layout/cats_fragment.xml
+++ b/res/layout/cats_fragment.xml
@@ -5,7 +5,6 @@
android:layout_height="fill_parent" >
<LinearLayout android:id="@+id/loading_container" android:gravity="center" android:layout_height="match_parent" android:layout_width="match_parent">
- <ProgressBar android:layout_width="wrap_content" style="?android:attr/progressBarStyleLarge" android:id="@+id/loading_progress" android:layout_height="wrap_content"></ProgressBar>
<TextView android:layout_width="wrap_content" android:textAppearance="?android:attr/textAppearanceLarge" android:id="@+id/loading_message" android:layout_height="wrap_content" ></TextView>
</LinearLayout>
<ListView android:id="@+id/feeds" android:layout_height="match_parent" android:layout_width="match_parent"></ListView>
diff --git a/res/layout/feeds_fragment.xml b/res/layout/feeds_fragment.xml
index 853df1d8..c7f9237f 100644
--- a/res/layout/feeds_fragment.xml
+++ b/res/layout/feeds_fragment.xml
@@ -3,7 +3,6 @@
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_height="fill_parent" android:layout_width="match_parent" android:id="@+id/feeds_fragment">
<LinearLayout android:id="@+id/loading_container" android:gravity="center" android:layout_height="match_parent" android:layout_width="match_parent">
- <ProgressBar android:layout_width="wrap_content" style="?android:attr/progressBarStyleLarge" android:id="@+id/loading_progress" android:layout_height="wrap_content"></ProgressBar>
<TextView android:layout_width="wrap_content" android:textAppearance="?android:attr/textAppearanceLarge" android:id="@+id/loading_message" android:layout_height="wrap_content" ></TextView>
</LinearLayout>
<ListView android:id="@+id/feeds" android:layout_height="match_parent" android:layout_width="match_parent"></ListView>
diff --git a/res/layout/headlines_fragment.xml b/res/layout/headlines_fragment.xml
index 5b4a5bcd..e131d28e 100644
--- a/res/layout/headlines_fragment.xml
+++ b/res/layout/headlines_fragment.xml
@@ -5,7 +5,6 @@
android:layout_height="fill_parent" android:id="@+id/headlines_fragment">
<ListView android:layout_height="match_parent" android:layout_width="match_parent" android:id="@+id/headlines"></ListView>
<LinearLayout android:id="@+id/loading_container" android:gravity="center" android:layout_height="match_parent" android:layout_width="match_parent">
- <ProgressBar android:layout_width="wrap_content" style="?android:attr/progressBarStyleLarge" android:id="@+id/loading_progress" android:layout_height="wrap_content"></ProgressBar>
<TextView android:layout_width="wrap_content" android:textAppearance="?android:attr/textAppearanceLarge" android:id="@+id/loading_message" android:layout_height="wrap_content" ></TextView>
</LinearLayout>
<TextView android:id="@+id/no_headlines"
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