summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res/layout/activity_logcat.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/activity_logcat.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/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