diff options
author | Vincent Breitmoser <valodim@mugenguild.com> | 2015-06-20 01:35:33 +0200 |
---|---|---|
committer | Vincent Breitmoser <valodim@mugenguild.com> | 2015-06-20 01:35:33 +0200 |
commit | b5501eeea6bec74d19bb08abb6c48ea654c0dbd0 (patch) | |
tree | 5d27afc3b00d964b21e40e1c688e56acd178f464 /OpenKeychain/src/main/res/layout | |
parent | 36f3887c5fcd53b76343247868fa95e72b2b0044 (diff) | |
download | open-keychain-b5501eeea6bec74d19bb08abb6c48ea654c0dbd0.tar.gz open-keychain-b5501eeea6bec74d19bb08abb6c48ea654c0dbd0.tar.bz2 open-keychain-b5501eeea6bec74d19bb08abb6c48ea654c0dbd0.zip |
working DisplayTextActivity, more input support in DecryptActivity
Diffstat (limited to 'OpenKeychain/src/main/res/layout')
-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 |