2012-03-12 15:10:26 +01:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2014-01-25 19:30:33 +01:00
|
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
2014-01-09 22:58:52 +01:00
|
|
|
android:layout_width="match_parent"
|
2014-01-25 19:30:33 +01:00
|
|
|
android:layout_height="match_parent"
|
|
|
|
android:orientation="vertical" >
|
2014-01-09 22:58:52 +01:00
|
|
|
|
2014-06-06 22:47:28 +02:00
|
|
|
<org.sufficientlysecure.keychain.ui.widget.SlidingTabLayout
|
2014-05-07 03:48:03 +02:00
|
|
|
android:id="@+id/sliding_tab_layout"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content" />
|
|
|
|
|
2014-01-25 19:30:33 +01:00
|
|
|
<android.support.v4.view.ViewPager
|
|
|
|
android:id="@+id/pager"
|
2013-10-25 21:46:05 +02:00
|
|
|
android:layout_width="match_parent"
|
2014-01-25 19:30:33 +01:00
|
|
|
android:layout_height="match_parent" />
|
2014-01-09 22:58:52 +01:00
|
|
|
|
2014-01-25 19:30:33 +01:00
|
|
|
</LinearLayout>
|