parent
77c1dfd3cb
commit
6a3dab4623
@ -0,0 +1,5 @@
|
||||
<component name="ProjectCodeStyleConfiguration">
|
||||
<state>
|
||||
<option name="PREFERRED_PROJECT_CODE_STYLE" value="Default" />
|
||||
</state>
|
||||
</component>
|
@ -1,34 +1,34 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<android.support.v7.preference.PreferenceScreen
|
||||
<androidx.preference.PreferenceScreen
|
||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
|
||||
<android.support.v7.preference.PreferenceCategory
|
||||
<androidx.preference.PreferenceCategory
|
||||
android:title="@string/settings_interaction">
|
||||
|
||||
<android.support.v7.preference.CheckBoxPreference
|
||||
<androidx.preference.CheckBoxPreference
|
||||
android:key="settings_cross_profile_file_chooser"
|
||||
android:title="@string/settings_cross_profile_file_chooser"
|
||||
android:summary="@string/settings_cross_profile_file_chooser_desc" />
|
||||
|
||||
</android.support.v7.preference.PreferenceCategory>
|
||||
</androidx.preference.PreferenceCategory>
|
||||
|
||||
<android.support.v7.preference.PreferenceCategory
|
||||
<androidx.preference.PreferenceCategory
|
||||
android:title="@string/settings_about">
|
||||
|
||||
<android.support.v7.preference.Preference
|
||||
<androidx.preference.Preference
|
||||
android:key="settings_version"
|
||||
android:title="@string/settings_version" />
|
||||
|
||||
<android.support.v7.preference.Preference
|
||||
<androidx.preference.Preference
|
||||
android:key="settings_source_code"
|
||||
android:title="@string/settings_source_code"
|
||||
android:summary="@string/settings_source_code_url" />
|
||||
|
||||
<android.support.v7.preference.Preference
|
||||
<androidx.preference.Preference
|
||||
android:key="settings_bug_report"
|
||||
android:title="@string/settings_bug_report"
|
||||
android:summary="@string/settings_bug_report_url" />
|
||||
|
||||
</android.support.v7.preference.PreferenceCategory>
|
||||
</androidx.preference.PreferenceCategory>
|
||||
|
||||
</android.support.v7.preference.PreferenceScreen>
|
||||
</androidx.preference.PreferenceScreen>
|
Loading…
Reference in new issue