aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/login_webview.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/layout/login_webview.xml')
-rw-r--r--app/src/main/res/layout/login_webview.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/src/main/res/layout/login_webview.xml b/app/src/main/res/layout/login_webview.xml
index b64f2220..8816383a 100644
--- a/app/src/main/res/layout/login_webview.xml
+++ b/app/src/main/res/layout/login_webview.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
-<android.support.v4.widget.SwipeRefreshLayout xmlns:android="http://schemas.android.com/apk/res/android"
+<androidx.swiperefreshlayout.widget.SwipeRefreshLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/swipe_refresh"
android:layout_width="match_parent"
android:layout_height="match_parent">
@@ -18,7 +18,7 @@
android:scaleType="centerInside"
android:visibility="invisible" />
- <android.support.v7.widget.AppCompatTextView
+ <androidx.appcompat.widget.AppCompatTextView
android:id="@+id/textview"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
@@ -36,4 +36,4 @@
</RelativeLayout>
-</android.support.v4.widget.SwipeRefreshLayout> \ No newline at end of file
+</androidx.swiperefreshlayout.widget.SwipeRefreshLayout> \ No newline at end of file