summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2015-06-03 13:43:28 +0300
committerAndrew Dolgov <[email protected]>2015-06-03 13:43:28 +0300
commit6b6107b2764003af19162e85d16a49a4bd42f930 (patch)
tree8d2cf79e5ed08c03ac3541037dadfaeba9f77995 /org.fox.ttrss/src/main/res
parent3de302182cdb3b99600cd787fd697e9e8e401bd2 (diff)
subscribe dialog: add a progressbar
Diffstat (limited to 'org.fox.ttrss/src/main/res')
-rwxr-xr-x[-rw-r--r--]org.fox.ttrss/src/main/res/layout/subscribe.xml11
1 files changed, 10 insertions, 1 deletions
diff --git a/org.fox.ttrss/src/main/res/layout/subscribe.xml b/org.fox.ttrss/src/main/res/layout/subscribe.xml
index 71877606..2eb7141f 100644..100755
--- a/org.fox.ttrss/src/main/res/layout/subscribe.xml
+++ b/org.fox.ttrss/src/main/res/layout/subscribe.xml
@@ -26,13 +26,22 @@
android:layout_alignParentRight="true"
android:layout_below="@+id/feed_url" />
+ <ProgressBar
+ style="?android:attr/progressBarStyleHorizontal"
+ android:layout_below="@+id/category_spinner"
+ android:layout_width="match_parent"
+ android:visibility="invisible"
+ android:layout_height="wrap_content"
+ android:indeterminate="true"
+ android:id="@+id/subscribe_progress" />
+
<LinearLayout
style="?android:attr/buttonBarStyle"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignLeft="@+id/category_spinner"
android:layout_alignRight="@+id/category_spinner"
- android:layout_below="@+id/category_spinner" >
+ android:layout_below="@+id/subscribe_progress" >
<Button
style="?android:attr/buttonBarButtonStyle"