diff options
Diffstat (limited to 'OpenPGP-Keychain/res/layout/help_activity.xml')
-rw-r--r-- | OpenPGP-Keychain/res/layout/help_activity.xml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/OpenPGP-Keychain/res/layout/help_activity.xml b/OpenPGP-Keychain/res/layout/help_activity.xml new file mode 100644 index 000000000..fa233ac2c --- /dev/null +++ b/OpenPGP-Keychain/res/layout/help_activity.xml @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="utf-8"?> +<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" + android:layout_width="fill_parent" + android:layout_height="fill_parent" + android:orientation="vertical" > + + <android.support.v4.view.ViewPager + xmlns:android="http://schemas.android.com/apk/res/android" + android:id="@+id/pager" + android:layout_width="match_parent" + android:layout_height="match_parent"> + </android.support.v4.view.ViewPager> + +</LinearLayout>
\ No newline at end of file |