summaryrefslogtreecommitdiff
path: root/res/layout/feeds_fragment.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2011-09-08 20:05:00 +0400
committerAndrew Dolgov <[email protected]>2011-09-08 20:05:00 +0400
commitf976b25c1edf0bc4871cb66b1c20e8b3b5669a6d (patch)
tree79ebf3b2f4fb195b38a7a9d01cc3f0e3eeddc030 /res/layout/feeds_fragment.xml
parent2e2b5e5a11b0f2dbfe5e8d5f26a9942f0226745e (diff)
rework authentication
base feedlist adapter on sqlite
Diffstat (limited to 'res/layout/feeds_fragment.xml')
-rw-r--r--res/layout/feeds_fragment.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/layout/feeds_fragment.xml b/res/layout/feeds_fragment.xml
index 049b82ac..54e92c6c 100644
--- a/res/layout/feeds_fragment.xml
+++ b/res/layout/feeds_fragment.xml
@@ -8,6 +8,6 @@
android:layout_width="match_parent" android:id="@+id/feeds" android:layout_height="match_parent"></ListView>
</LinearLayout>
<ProgressBar android:layout_height="wrap_content"
- android:layout_width="wrap_content"
+ android:layout_width="wrap_content" android:visibility="invisible"
android:layout_gravity="center" android:id="@+id/loading_progress"/>
</FrameLayout>