tangem-app-android-audited/app/src/main/res/xml/pref_main.xml
2019-09-11 14:29:27 +03:00

25 lines
No EOL
937 B
XML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
<PreferenceCategory
android:key="@string/pref_category_common"
android:title="@string/settings_category_сommon">
<CheckBoxPreference
android:defaultValue="false"
android:key="@string/pref_manual_editing_fee"
android:title="@string/settings_option_manual_editing_fee" />
<Preference
android:key="@string/pref_select_nodes"
android:title="@string/settings_option_select_nodes" />
<ListPreference
android:defaultValue="0"
android:entries="@array/settings_encryption_modes_entries"
android:entryValues="@array/settings_encryption_mode_values"
android:key="@string/pref_encryption_modes"
android:title="@string/settings_option_encryption_modes" />
</PreferenceCategory>
</PreferenceScreen>