aboutsummaryrefslogtreecommitdiffstats
path: root/res/xml
diff options
context:
space:
mode:
authorThialfihar <thialfihar@gmail.com>2010-08-17 22:03:56 +0000
committerThialfihar <thialfihar@gmail.com>2010-08-17 22:03:56 +0000
commitfc0ae774cd8bff8d63003efb2930f0320175ae09 (patch)
tree05b9bf80d411dfd0fb1395ed7d31d457d87cd588 /res/xml
parent446f4b493d35c48ebfc54a81e137a08babc0e236 (diff)
downloadopen-keychain-fc0ae774cd8bff8d63003efb2930f0320175ae09.tar.gz
open-keychain-fc0ae774cd8bff8d63003efb2930f0320175ae09.tar.bz2
open-keychain-fc0ae774cd8bff8d63003efb2930f0320175ae09.zip
moved IntegerListPreference to apg.ui.widget
Diffstat (limited to 'res/xml')
-rw-r--r--res/xml/apg_preferences.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/res/xml/apg_preferences.xml b/res/xml/apg_preferences.xml
index faa5f9e3f..5527cda1a 100644
--- a/res/xml/apg_preferences.xml
+++ b/res/xml/apg_preferences.xml
@@ -27,7 +27,7 @@
android:entryValues="@array/language_values"
android:dialogTitle="@string/label_language" />
- <org.thialfihar.android.apg.IntegerListPreference
+ <org.thialfihar.android.apg.ui.widget.IntegerListPreference
android:persistent="false"
android:key="passPhraseCacheTtl"
android:entries="@array/pass_phrase_cache_ttl_entries"
@@ -44,22 +44,22 @@
<PreferenceCategory
android:title="@string/section_defaults">
- <org.thialfihar.android.apg.IntegerListPreference
+ <org.thialfihar.android.apg.ui.widget.IntegerListPreference
android:persistent="false"
android:key="defaultEncryptionAlgorithm"
android:title="@string/label_encryptionAlgorithm" />
- <org.thialfihar.android.apg.IntegerListPreference
+ <org.thialfihar.android.apg.ui.widget.IntegerListPreference
android:persistent="false"
android:key="defaultHashAlgorithm"
android:title="@string/label_hashAlgorithm" />
- <org.thialfihar.android.apg.IntegerListPreference
+ <org.thialfihar.android.apg.ui.widget.IntegerListPreference
android:persistent="false"
android:key="defaultMessageCompression"
android:title="@string/label_messageCompression" />
- <org.thialfihar.android.apg.IntegerListPreference
+ <org.thialfihar.android.apg.ui.widget.IntegerListPreference
android:persistent="false"
android:key="defaultFileCompression"
android:title="@string/label_fileCompression" />