aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/view_content_base_web.xml
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2019-07-01 11:54:38 -0700
committerAllan Wang <me@allanwang.ca>2019-07-01 11:54:38 -0700
commit92aad9bf4cd6ec5c1568420e9a2514bd4861438b (patch)
tree573562b0d4f8ef3621e0bb55e1ff46bfca20e5b4 /app/src/main/res/layout/view_content_base_web.xml
parent79efcadf89f324f04f57d22c3b60a05fd297f2b9 (diff)
downloadfrost-92aad9bf4cd6ec5c1568420e9a2514bd4861438b.tar.gz
frost-92aad9bf4cd6ec5c1568420e9a2514bd4861438b.tar.bz2
frost-92aad9bf4cd6ec5c1568420e9a2514bd4861438b.zip
Disable refresh if not at the top, resolves #1450
Diffstat (limited to 'app/src/main/res/layout/view_content_base_web.xml')
-rw-r--r--app/src/main/res/layout/view_content_base_web.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/src/main/res/layout/view_content_base_web.xml b/app/src/main/res/layout/view_content_base_web.xml
index 9360b9f3..641ce918 100644
--- a/app/src/main/res/layout/view_content_base_web.xml
+++ b/app/src/main/res/layout/view_content_base_web.xml
@@ -6,7 +6,7 @@
android:layout_height="match_parent"
app:layout_behavior="@string/appbar_scrolling_view_behavior">
- <androidx.swiperefreshlayout.widget.SwipeRefreshLayout
+ <com.pitchedapps.frost.views.SwipeRefreshLayout
android:id="@id/content_refresh"
android:layout_width="match_parent"
android:layout_height="wrap_content">
@@ -19,7 +19,7 @@
android:focusableInTouchMode="true"
app:layout_behavior="@string/appbar_scrolling_view_behavior" />
- </androidx.swiperefreshlayout.widget.SwipeRefreshLayout>
+ </com.pitchedapps.frost.views.SwipeRefreshLayout>
<ProgressBar
android:id="@id/content_progress"