aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/res/layout/decrypt_content.xml
diff options
context:
space:
mode:
authorDaniel Haß <mail@danielhass.de>2014-06-15 20:04:31 +0200
committerDaniel Haß <mail@danielhass.de>2014-06-16 12:38:19 +0200
commit76d733cbc7175c7c7635cc96364e889f839993bc (patch)
treef22d4975ea07cc77ac61c25360fbc5c61dc61d4f /OpenKeychain/src/main/res/layout/decrypt_content.xml
parente48d5e4474a19cb81fa1842f35c85906c6ce5132 (diff)
downloadopen-keychain-76d733cbc7175c7c7635cc96364e889f839993bc.tar.gz
open-keychain-76d733cbc7175c7c7635cc96364e889f839993bc.tar.bz2
open-keychain-76d733cbc7175c7c7635cc96364e889f839993bc.zip
Added notification area to decrypt content
Diffstat (limited to 'OpenKeychain/src/main/res/layout/decrypt_content.xml')
-rw-r--r--OpenKeychain/src/main/res/layout/decrypt_content.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenKeychain/src/main/res/layout/decrypt_content.xml b/OpenKeychain/src/main/res/layout/decrypt_content.xml
index a496d8b9d..866857143 100644
--- a/OpenKeychain/src/main/res/layout/decrypt_content.xml
+++ b/OpenKeychain/src/main/res/layout/decrypt_content.xml
@@ -6,6 +6,8 @@
android:layout_height="match_parent"
android:orientation="vertical">
+ <include layout="@layout/notification_area"/>
+
<android.support.v4.view.ViewPager
android:id="@+id/decrypt_pager"
android:layout_width="match_parent"