open-keychain/OpenKeychain/src/main/res/layout/help_activity.xml

17 lines
607 B
XML
Raw Normal View History

2012-03-12 10:10:26 -04:00
<?xml version="1.0" encoding="utf-8"?>
2014-01-25 13:30:33 -05:00
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
2014-01-09 16:58:52 -05:00
android:layout_width="match_parent"
2014-01-25 13:30:33 -05:00
android:layout_height="match_parent"
android:orientation="vertical" >
2014-01-09 16:58:52 -05:00
<org.sufficientlysecure.keychain.util.SlidingTabLayout
android:id="@+id/sliding_tab_layout"
android:layout_width="match_parent"
android:layout_height="wrap_content" />
2014-01-25 13:30:33 -05:00
<android.support.v4.view.ViewPager
android:id="@+id/pager"
android:layout_width="match_parent"
2014-01-25 13:30:33 -05:00
android:layout_height="match_parent" />
2014-01-09 16:58:52 -05:00
2014-01-25 13:30:33 -05:00
</LinearLayout>