mirror of
https://github.com/beemdevelopment/Aegis.git
synced 2025-06-01 20:32:19 +00:00
Migrated project to AndroidX
This commit is contained in:
parent
66fe809538
commit
2152e2617f
40 changed files with 78 additions and 78 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue