select secret key refactored

This commit is contained in:
Dominik
2012-11-01 22:16:41 +01:00
parent f50d71559d
commit 8749569e80
15 changed files with 350 additions and 671 deletions

View File

@@ -192,7 +192,7 @@
android:resource="@xml/searchable_public_keys" />
</activity>
<activity
android:name=".ui.SelectSecretKeyListActivity"
android:name=".ui.SelectSecretKeyActivity"
android:configChanges="orientation|screenSize|keyboardHidden|keyboard"
android:label="@string/title_selectSignature"
android:launchMode="singleTop" >