summaryrefslogtreecommitdiff
path: root/res/layout
diff options
context:
space:
mode:
authordaniel oeh <daniel.oeh@gmail.com>2012-06-25 12:35:11 +0200
committerdaniel oeh <daniel.oeh@gmail.com>2012-06-25 12:35:11 +0200
commit703972e3c0c1d43a9a5e5224fa2ef33fd9f5a12d (patch)
tree53b9cdd7c8d4746be5d6aed89beee2a77ea662a2 /res/layout
parenta2e0c6eecc7430ec9399be8694be7e5dc9ffb614 (diff)
downloadAntennaPod-703972e3c0c1d43a9a5e5224fa2ef33fd9f5a12d.zip
Added intermediate progressbar to main Activity
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/feedlist_item.xml9
1 files changed, 0 insertions, 9 deletions
diff --git a/res/layout/feedlist_item.xml b/res/layout/feedlist_item.xml
index 12d1afb80..4f90d3d74 100644
--- a/res/layout/feedlist_item.xml
+++ b/res/layout/feedlist_item.xml
@@ -55,14 +55,5 @@
android:textSize="20dp"
android:textStyle="bold"
android:visibility="gone" />
-
- <ImageView
- android:id="@+id/imgvRefreshing"
- android:src="@drawable/navigation_refresh"
- android:layout_width="55dip"
- android:layout_height="55dip"
- android:layout_alignParentRight="true"
- android:layout_centerVertical="true"
- android:visibility="gone" />
</RelativeLayout> \ No newline at end of file