summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res/layout/cats_fragment.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2015-06-04 20:17:17 +0300
committerAndrew Dolgov <[email protected]>2015-06-04 20:17:17 +0300
commitc9398d0fe13fbce4deafb57c910d4edf97e97723 (patch)
tree4e0ba65a0d3c2e8103a347245092c657db4e7a2a /org.fox.ttrss/src/main/res/layout/cats_fragment.xml
parent596b3d99d597ee387bd6ce5684c1fd30b42509fe (diff)
rework feeds/cats loading progressbar
Diffstat (limited to 'org.fox.ttrss/src/main/res/layout/cats_fragment.xml')
-rwxr-xr-xorg.fox.ttrss/src/main/res/layout/cats_fragment.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/org.fox.ttrss/src/main/res/layout/cats_fragment.xml b/org.fox.ttrss/src/main/res/layout/cats_fragment.xml
index 684846fe..5d4ea2f6 100755
--- a/org.fox.ttrss/src/main/res/layout/cats_fragment.xml
+++ b/org.fox.ttrss/src/main/res/layout/cats_fragment.xml
@@ -8,7 +8,7 @@
android:id="@+id/feeds_swipe_container"
android:layout_width="match_parent"
android:layout_height="match_parent" >
-
+
<ListView
android:id="@+id/feeds"
android:dividerHeight="0dp"
@@ -28,12 +28,12 @@
android:visibility="invisible" >
</TextView>
- <ProgressBar
+ <!-- <ProgressBar
style="?android:attr/progressBarStyleLarge"
android:visibility="gone"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:id="@+id/feeds_loading_bar"
- android:layout_gravity="center" />
+ android:layout_gravity="center" /> -->
</FrameLayout> \ No newline at end of file