2014-02-09 21:17:30 +01:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
2014-01-13 00:39:51 +01:00
|
|
|
android:layout_width="match_parent"
|
2014-02-09 21:17:30 +01:00
|
|
|
android:layout_height="match_parent"
|
2014-05-05 00:58:22 +02:00
|
|
|
android:orientation="vertical">
|
|
|
|
|
|
|
|
|
|
<org.sufficientlysecure.keychain.util.SlidingTabLayout
|
|
|
|
|
android:id="@+id/view_key_sliding_tab_layout"
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="wrap_content" />
|
2013-12-25 18:15:30 +01:00
|
|
|
|
2014-02-09 21:17:30 +01:00
|
|
|
<android.support.v4.view.ViewPager
|
2014-05-05 00:58:22 +02:00
|
|
|
android:id="@+id/view_key_pager"
|
2014-01-07 22:59:39 +01:00
|
|
|
android:layout_width="match_parent"
|
2014-05-05 00:58:22 +02:00
|
|
|
android:layout_height="0px"
|
|
|
|
|
android:layout_weight="1"
|
|
|
|
|
android:background="@android:color/white" />
|
2014-01-13 00:39:51 +01:00
|
|
|
|
2014-02-09 21:17:30 +01:00
|
|
|
</LinearLayout>
|