summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res/layout/fragment_headlines.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2019-02-13 14:56:31 +0300
committerAndrew Dolgov <[email protected]>2019-02-13 14:56:31 +0300
commitc2c677a1a3bcd6431d0db8c045b7e60257fd56f4 (patch)
tree8d61c9f5c002a42b04db40141fd96b3f25ed5737 /org.fox.ttrss/src/main/res/layout/fragment_headlines.xml
parent0fa22bb00b089f7e027dce367eb5b8998ae989c2 (diff)
parentdb32a684712369baa46216f9710dea6cb77799c5 (diff)
Merge branch 'master' of git.fakecake.org:tt-rss-android
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"