diff options
author | Daniel Haß <mail@danielhass.de> | 2014-06-15 20:04:31 +0200 |
---|---|---|
committer | Daniel Haß <mail@danielhass.de> | 2014-06-16 12:38:19 +0200 |
commit | 76d733cbc7175c7c7635cc96364e889f839993bc (patch) | |
tree | f22d4975ea07cc77ac61c25360fbc5c61dc61d4f | |
parent | e48d5e4474a19cb81fa1842f35c85906c6ce5132 (diff) | |
download | open-keychain-76d733cbc7175c7c7635cc96364e889f839993bc.tar.gz open-keychain-76d733cbc7175c7c7635cc96364e889f839993bc.tar.bz2 open-keychain-76d733cbc7175c7c7635cc96364e889f839993bc.zip |
Added notification area to decrypt content
-rw-r--r-- | OpenKeychain/src/main/res/layout/decrypt_content.xml | 2 |
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" |