summaryrefslogtreecommitdiff
path: root/main/src/ui/res/layout/faqcard.xml
diff options
context:
space:
mode:
Diffstat (limited to 'main/src/ui/res/layout/faqcard.xml')
-rw-r--r--main/src/ui/res/layout/faqcard.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/src/ui/res/layout/faqcard.xml b/main/src/ui/res/layout/faqcard.xml
index 360f3752..b0182540 100644
--- a/main/src/ui/res/layout/faqcard.xml
+++ b/main/src/ui/res/layout/faqcard.xml
@@ -4,7 +4,7 @@
~ Distributed under the GNU GPL v2 with additional terms. For full terms see the file doc/LICENSE.txt
-->
-<android.support.v7.widget.CardView xmlns:android="http://schemas.android.com/apk/res/android"
+<androidx.cardview.widget.CardView xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
xmlns:card_view="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
@@ -38,4 +38,4 @@
tools:ignore="SelectableText" />
</LinearLayout>
-</android.support.v7.widget.CardView>
+</androidx.cardview.widget.CardView>