Remove old edit button, rename activities

This commit is contained in:
Dominik Schürmann
2014-07-03 16:21:16 +02:00
parent bd7b4ccf2b
commit 1ba41e7482
8 changed files with 783 additions and 820 deletions

View File

@@ -86,12 +86,12 @@
android:label="@string/title_wizard"
android:windowSoftInputMode="stateHidden" />
<activity
android:name=".ui.EditKeyActivity"
android:name=".ui.EditKeyActivityOld"
android:configChanges="orientation|screenSize|keyboardHidden|keyboard"
android:label="@string/title_edit_key"
android:windowSoftInputMode="stateHidden" />
<activity
android:name=".ui.EditKeyActivityNew"
android:name=".ui.EditKeyActivity"
android:configChanges="orientation|screenSize|keyboardHidden|keyboard"
android:label="@string/title_edit_key"
android:windowSoftInputMode="stateHidden" />