ui: use SlidingTabLayout in help activity

This commit is contained in:
Vincent Breitmoser
2014-05-07 03:48:03 +02:00
parent 40793935ac
commit 12f1162a1e
2 changed files with 35 additions and 20 deletions

View File

@@ -4,6 +4,11 @@
android:layout_height="match_parent"
android:orientation="vertical" >
<org.sufficientlysecure.keychain.util.SlidingTabLayout
android:id="@+id/sliding_tab_layout"
android:layout_width="match_parent"
android:layout_height="wrap_content" />
<android.support.v4.view.ViewPager
android:id="@+id/pager"
android:layout_width="match_parent"