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

@@ -153,7 +153,7 @@ public class SectionView extends LinearLayout implements OnClickListener, Editor
case Id.type.key: {
AlertDialog.Builder dialog = new AlertDialog.Builder(getContext());
View view = mInflater.inflate(R.layout.create_key, null);
View view = mInflater.inflate(R.layout.create_key_dialog, null);
dialog.setView(view);
dialog.setTitle(R.string.title_create_key);