cleanup layouts, prepare layouts for new key view

This commit is contained in:
Dominik Schürmann
2014-01-12 21:33:37 +01:00
parent 1895e6acbd
commit 100ae50e02
41 changed files with 323 additions and 437 deletions

View File

@@ -429,7 +429,7 @@ public class EditKeyActivity extends SherlockFragmentActivity {
* id and key.
*/
private void buildLayout() {
setContentView(R.layout.edit_key);
setContentView(R.layout.edit_key_activity);
// find views
mChangePassPhrase = (BootstrapButton) findViewById(R.id.edit_key_btn_change_pass_phrase);