open-keychain/OpenKeychain/src/main/res/layout/help_activity.xml
Dominik Schürmann eaf7e5e005 Fix elevation
2015-03-06 01:12:33 +01:00

16 lines
503 B
XML

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical">
<include
android:id="@+id/toolbar_tabs"
layout="@layout/toolbar_tabs" />
<android.support.v4.view.ViewPager
android:id="@+id/pager"
android:layout_width="match_parent"
android:layout_height="match_parent" />
</LinearLayout>