Merge pull request #772 from mar-v-in/issue-729

Remove NoSwipeWrapContentViewPager
This commit is contained in:
Vincent
2014-08-17 15:46:27 +02:00
4 changed files with 25 additions and 102 deletions

View File

@@ -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"