Remove tabs from import keys activity

This commit is contained in:
Dominik Schürmann
2014-10-25 22:05:55 +02:00
parent 71e3fb5380
commit c2e7c2416f
5 changed files with 66 additions and 329 deletions

View File

@@ -6,15 +6,11 @@
<include layout="@layout/notify_area" />
<org.sufficientlysecure.keychain.ui.widget.SlidingTabLayout
android:id="@+id/import_sliding_tab_layout"
android:layout_width="match_parent"
android:layout_height="wrap_content" />
<android.support.v4.view.ViewPager
android:id="@+id/import_pager"
<FrameLayout
android:id="@+id/import_keys_top_container"
android:layout_width="match_parent"
android:layout_height="64dp"
android:orientation="vertical"
android:background="@android:color/white" />
<View