Migrated project to AndroidX

This commit is contained in:
Michael Schättgen 2018-09-25 16:26:57 +02:00
parent 66fe809538
commit 2152e2617f
40 changed files with 78 additions and 78 deletions

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<android.support.v7.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
<androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
android:title="@string/settings">
<PreferenceCategory
@ -54,4 +54,4 @@
android:summary="@string/pref_export_summary"/>
</PreferenceCategory>
</android.support.v7.preference.PreferenceScreen>
</androidx.preference.PreferenceScreen>