summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res/layout/fragment_headlines.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2019-02-08 10:29:41 +0300
committerAndrew Dolgov <[email protected]>2019-02-08 10:29:41 +0300
commitdb32a684712369baa46216f9710dea6cb77799c5 (patch)
treed6f5b958eff5e593bf91b1bfb1e3a24f809a4149 /org.fox.ttrss/src/main/res/layout/fragment_headlines.xml
parent406bf377c20606541ab6dc5464ca2009e41d9ffa (diff)
migrate from android support library to androidx
set target sdk 28
Diffstat (limited to 'org.fox.ttrss/src/main/res/layout/fragment_headlines.xml')
-rwxr-xr-x[-rw-r--r--]org.fox.ttrss/src/main/res/layout/fragment_headlines.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/org.fox.ttrss/src/main/res/layout/fragment_headlines.xml b/org.fox.ttrss/src/main/res/layout/fragment_headlines.xml
index d8b70aee..177ef32f 100644..100755
--- a/org.fox.ttrss/src/main/res/layout/fragment_headlines.xml
+++ b/org.fox.ttrss/src/main/res/layout/fragment_headlines.xml
@@ -6,7 +6,7 @@
android:layout_width="fill_parent"
android:layout_height="fill_parent">
- <android.support.v4.widget.SwipeRefreshLayout
+ <androidx.swiperefreshlayout.widget.SwipeRefreshLayout
android:id="@+id/headlines_swipe_container"
android:layout_width="match_parent"
android:layout_height="match_parent" >
@@ -17,7 +17,7 @@
android:scrollbars="vertical"
android:layout_width="match_parent"
android:layout_height="match_parent" />
- </android.support.v4.widget.SwipeRefreshLayout>
+ </androidx.swiperefreshlayout.widget.SwipeRefreshLayout>
<com.shamanland.fab.FloatingActionButton
android:id="@+id/headlines_fab"