summaryrefslogtreecommitdiff
path: root/main/src/ui/res/layout/faq.xml
diff options
context:
space:
mode:
authorArne Schwabe <arne@rfc2549.org>2019-09-03 19:17:51 +0300
committerArne Schwabe <arne@rfc2549.org>2019-09-03 19:17:51 +0300
commit10d7110c352072a98edaa827800939aa16e85f6d (patch)
tree1999f0e469cb6d01c79992e58bcb92eb2e369fd0 /main/src/ui/res/layout/faq.xml
parenteb2b0578db7ca5a1ba7de3e2bc92c90d21d4c8e8 (diff)
Move to androidx and new chart library version
Diffstat (limited to 'main/src/ui/res/layout/faq.xml')
-rw-r--r--main/src/ui/res/layout/faq.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/src/ui/res/layout/faq.xml b/main/src/ui/res/layout/faq.xml
index aa3febd0..8cb79649 100644
--- a/main/src/ui/res/layout/faq.xml
+++ b/main/src/ui/res/layout/faq.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.RecyclerView xmlns:android="http://schemas.android.com/apk/res/android"
+<androidx.recyclerview.widget.RecyclerView xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/faq_recycler_view"
android:paddingLeft="@dimen/stdpadding"
android:paddingRight="@dimen/stdpadding"