aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/activity_debug.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/layout/activity_debug.xml')
-rw-r--r--app/src/main/res/layout/activity_debug.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/src/main/res/layout/activity_debug.xml b/app/src/main/res/layout/activity_debug.xml
index 55553f42..c3818749 100644
--- a/app/src/main/res/layout/activity_debug.xml
+++ b/app/src/main/res/layout/activity_debug.xml
@@ -16,7 +16,7 @@
app:layout_scrollFlags="scroll|enterAlways"
app:popupTheme="@style/AppTheme.PopupOverlay" />
- <androidx.swiperefreshlayout.widget.SwipeRefreshLayout
+ <com.pitchedapps.frost.views.SwipeRefreshLayout
android:id="@+id/swipe_refresh"
android:layout_width="match_parent"
android:layout_height="match_parent"
@@ -29,7 +29,7 @@
android:focusable="true"
android:focusableInTouchMode="true" />
- </androidx.swiperefreshlayout.widget.SwipeRefreshLayout>
+ </com.pitchedapps.frost.views.SwipeRefreshLayout>
<include layout="@layout/view_main_fab" />