diff options
author | Vincent <valodim@mugenguild.com> | 2015-06-26 16:41:17 +0200 |
---|---|---|
committer | Vincent <valodim@mugenguild.com> | 2015-06-26 16:41:17 +0200 |
commit | c3d5160f17718ad19f38b1aacbb966c4b00e7909 (patch) | |
tree | 02be170836f92fb81c55b558f6f6b10da12ffa46 /OpenKeychain/src/main/res/layout/decrypt_text_fragment.xml | |
parent | 56ef0f320b24f1a40017bd8d0cb8f80c611f2abd (diff) | |
parent | bda15ff92d1c4d8ba6bd43c9d7736adde895bd66 (diff) | |
download | open-keychain-c3d5160f17718ad19f38b1aacbb966c4b00e7909.tar.gz open-keychain-c3d5160f17718ad19f38b1aacbb966c4b00e7909.tar.bz2 open-keychain-c3d5160f17718ad19f38b1aacbb966c4b00e7909.zip |
Merge pull request #1324 from open-keychain/v/multi-decrypt
finished encrypt/decrypt rewrite
Diffstat (limited to 'OpenKeychain/src/main/res/layout/decrypt_text_fragment.xml')
-rw-r--r-- | OpenKeychain/src/main/res/layout/decrypt_text_fragment.xml | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/OpenKeychain/src/main/res/layout/decrypt_text_fragment.xml b/OpenKeychain/src/main/res/layout/decrypt_text_fragment.xml index cb20254ff..9362b35bb 100644 --- a/OpenKeychain/src/main/res/layout/decrypt_text_fragment.xml +++ b/OpenKeychain/src/main/res/layout/decrypt_text_fragment.xml @@ -1,9 +1,10 @@ <?xml version="1.0" encoding="utf-8"?> -<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" +<org.sufficientlysecure.keychain.ui.widget.ToolableViewAnimator + xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" + xmlns:custom="http://schemas.android.com/apk/res-auto" android:layout_width="match_parent" - android:layout_height="match_parent" - android:orientation="vertical"> + android:layout_height="match_parent"> <LinearLayout android:visibility="gone" @@ -63,4 +64,5 @@ android:text="@string/decrypt_invalid_button" android:layout_gravity="center_horizontal" /> </LinearLayout> -</LinearLayout>
\ No newline at end of file + +</org.sufficientlysecure.keychain.ui.widget.ToolableViewAnimator>
\ No newline at end of file |