summaryrefslogtreecommitdiff
path: root/res/layout/headlines_row_loadmore.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-03-30 19:30:47 +0400
committerAndrew Dolgov <[email protected]>2013-03-30 19:30:47 +0400
commit5792022b559eb3ac886f363f76b6f3857efb8d29 (patch)
treefcca5293c9cb88e9961785335654f0710277d553 /res/layout/headlines_row_loadmore.xml
parentf7c533d5d92e7fcec2bf910463406299740be26b (diff)
support showing article author (requires api 5)
bump version
Diffstat (limited to 'res/layout/headlines_row_loadmore.xml')
-rw-r--r--res/layout/headlines_row_loadmore.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/res/layout/headlines_row_loadmore.xml b/res/layout/headlines_row_loadmore.xml
index ab7adc87..053186bd 100644
--- a/res/layout/headlines_row_loadmore.xml
+++ b/res/layout/headlines_row_loadmore.xml
@@ -7,7 +7,8 @@
android:gravity="center"
android:padding="5dp"
android:orientation="horizontal" >
-
+
+
<ProgressBar
android:id="@+id/loadmore_progress"
style="?android:attr/progressBarStyleSmall"