aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/res/layout/decrypt_text_activity.xml
diff options
context:
space:
mode:
authorVincent Breitmoser <valodim@mugenguild.com>2014-09-15 14:00:17 +0200
committerVincent Breitmoser <valodim@mugenguild.com>2014-09-15 14:00:17 +0200
commite457d4c9097cb3f2e1c6305609cfacff1c5c38c2 (patch)
tree9d6410b554b68aca6aa49539e045e9db5d703cbf /OpenKeychain/src/main/res/layout/decrypt_text_activity.xml
parent9a3a032d99064cd16ca065a214d8f7fd09d54088 (diff)
parent40751bceb586d12da671966c1ad5661223819c5b (diff)
downloadopen-keychain-e457d4c9097cb3f2e1c6305609cfacff1c5c38c2.tar.gz
open-keychain-e457d4c9097cb3f2e1c6305609cfacff1c5c38c2.tar.bz2
open-keychain-e457d4c9097cb3f2e1c6305609cfacff1c5c38c2.zip
Merge remote-tracking branch 'origin/master'
Conflicts: OpenKeychain/src/main/java/org/sufficientlysecure/keychain/pgp/UncachedKeyRing.java OpenKeychain/src/main/res/values-de/strings.xml
Diffstat (limited to 'OpenKeychain/src/main/res/layout/decrypt_text_activity.xml')
-rw-r--r--OpenKeychain/src/main/res/layout/decrypt_text_activity.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/OpenKeychain/src/main/res/layout/decrypt_text_activity.xml b/OpenKeychain/src/main/res/layout/decrypt_text_activity.xml
new file mode 100644
index 000000000..e08ecb39e
--- /dev/null
+++ b/OpenKeychain/src/main/res/layout/decrypt_text_activity.xml
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="utf-8"?>
+<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent"
+ android:orientation="vertical">
+
+ <include layout="@layout/notify_area" />
+
+ <FrameLayout
+ android:id="@+id/decrypt_text_fragment_container"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent" />
+
+</LinearLayout> \ No newline at end of file