summaryrefslogtreecommitdiff
path: root/app/src/main/res/layout
diff options
context:
space:
mode:
authordaniel oeh <daniel.oeh@gmail.com>2014-10-25 11:20:29 +0200
committerdaniel oeh <daniel.oeh@gmail.com>2014-10-25 11:20:29 +0200
commitdcc7c9d25d5540f0caa6e10b2bb69a249e340455 (patch)
tree87b6f93fdfa40d0e6f771687d1e625fa60b51bb2 /app/src/main/res/layout
parent17feaa72adfee3e0ceb66a8fb20a262f702e0cc0 (diff)
downloadAntennaPod-dcc7c9d25d5540f0caa6e10b2bb69a249e340455.zip
Removed use of indeterminate progress bar
No longer supported in version 21 of the support library
Diffstat (limited to 'app/src/main/res/layout')
-rw-r--r--app/src/main/res/layout/refresh_action_view.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/app/src/main/res/layout/refresh_action_view.xml b/app/src/main/res/layout/refresh_action_view.xml
new file mode 100644
index 000000000..66148a553
--- /dev/null
+++ b/app/src/main/res/layout/refresh_action_view.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="utf-8"?>
+<ProgressBar xmlns:android="http://schemas.android.com/apk/res/android"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:layout_gravity="end"
+ android:indeterminateOnly="true">
+
+</ProgressBar> \ No newline at end of file