summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res/layout/fragment_cats.xml
diff options
context:
space:
mode:
Diffstat (limited to 'org.fox.ttrss/src/main/res/layout/fragment_cats.xml')
-rwxr-xr-x[-rw-r--r--]org.fox.ttrss/src/main/res/layout/fragment_cats.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/org.fox.ttrss/src/main/res/layout/fragment_cats.xml b/org.fox.ttrss/src/main/res/layout/fragment_cats.xml
index ff2e8307..64240be6 100644..100755
--- a/org.fox.ttrss/src/main/res/layout/fragment_cats.xml
+++ b/org.fox.ttrss/src/main/res/layout/fragment_cats.xml
@@ -4,7 +4,7 @@
android:layout_width="match_parent"
android:layout_height="fill_parent" >
- <android.support.v4.widget.SwipeRefreshLayout
+ <androidx.swiperefreshlayout.widget.SwipeRefreshLayout
android:id="@+id/feeds_swipe_container"
android:layout_width="match_parent"
android:layout_height="match_parent" >
@@ -16,5 +16,5 @@
android:layout_width="match_parent"
android:layout_height="match_parent" >
</ListView>
- </android.support.v4.widget.SwipeRefreshLayout>
+ </androidx.swiperefreshlayout.widget.SwipeRefreshLayout>
</FrameLayout> \ No newline at end of file