summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res/layout/activity_logcat.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/activity_logcat.xml
parent406bf377c20606541ab6dc5464ca2009e41d9ffa (diff)
migrate from android support library to androidx
set target sdk 28
Diffstat (limited to 'org.fox.ttrss/src/main/res/layout/activity_logcat.xml')
-rwxr-xr-xorg.fox.ttrss/src/main/res/layout/activity_logcat.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/org.fox.ttrss/src/main/res/layout/activity_logcat.xml b/org.fox.ttrss/src/main/res/layout/activity_logcat.xml
index 39275c03..f6cccd22 100755
--- a/org.fox.ttrss/src/main/res/layout/activity_logcat.xml
+++ b/org.fox.ttrss/src/main/res/layout/activity_logcat.xml
@@ -6,7 +6,7 @@
<include layout="@layout/toolbar" android:id="@+id/toolbar" />
- <android.support.v4.widget.SwipeRefreshLayout
+ <androidx.swiperefreshlayout.widget.SwipeRefreshLayout
android:id="@+id/logcat_swipe_container"
android:layout_below="@+id/toolbar"
android:layout_alignParentBottom="true"
@@ -21,6 +21,6 @@
android:layout_width="match_parent"
android:layout_height="match_parent"/>
- </android.support.v4.widget.SwipeRefreshLayout>
+ </androidx.swiperefreshlayout.widget.SwipeRefreshLayout>
</RelativeLayout> \ No newline at end of file