Refactoring of EncryptTextActivity

This commit is contained in:
Dominik Schürmann
2015-03-27 00:40:37 +01:00
parent adbe5ab63f
commit 13f4cc4ad3
9 changed files with 418 additions and 404 deletions

View File

@@ -23,14 +23,13 @@
<include layout="@layout/notify_area" />
<FrameLayout
android:id="@+id/encrypt_mode"
android:id="@+id/encrypt_mode_container"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical" />
<fragment
android:id="@+id/encrypt_text_fragment"
android:name="org.sufficientlysecure.keychain.ui.EncryptTextFragment"
<FrameLayout
android:id="@+id/encrypt_text_container"
android:layout_width="match_parent"
android:layout_height="match_parent" />