aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/res/layout/encrypt_content.xml
diff options
context:
space:
mode:
Diffstat (limited to 'OpenKeychain/src/main/res/layout/encrypt_content.xml')
-rw-r--r--OpenKeychain/src/main/res/layout/encrypt_content.xml8
1 files changed, 3 insertions, 5 deletions
diff --git a/OpenKeychain/src/main/res/layout/encrypt_content.xml b/OpenKeychain/src/main/res/layout/encrypt_content.xml
index e5edc6657..d029e7b83 100644
--- a/OpenKeychain/src/main/res/layout/encrypt_content.xml
+++ b/OpenKeychain/src/main/res/layout/encrypt_content.xml
@@ -9,13 +9,11 @@
<include layout="@layout/notify_area"/>
- <org.sufficientlysecure.keychain.ui.widget.NoSwipeWrapContentViewPager
+ <FrameLayout
android:id="@+id/encrypt_pager_mode"
android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:orientation="vertical">
-
- </org.sufficientlysecure.keychain.ui.widget.NoSwipeWrapContentViewPager>
+ android:layout_height="wrap_content"
+ android:orientation="vertical" />
<android.support.v4.view.ViewPager
android:id="@+id/encrypt_pager_content"