aboutsummaryrefslogtreecommitdiffstats
path: root/OpenPGP-Keychain/res/layout/help_activity.xml
diff options
context:
space:
mode:
Diffstat (limited to 'OpenPGP-Keychain/res/layout/help_activity.xml')
-rw-r--r--OpenPGP-Keychain/res/layout/help_activity.xml9
1 files changed, 4 insertions, 5 deletions
diff --git a/OpenPGP-Keychain/res/layout/help_activity.xml b/OpenPGP-Keychain/res/layout/help_activity.xml
index fa233ac2c..89aac6476 100644
--- a/OpenPGP-Keychain/res/layout/help_activity.xml
+++ b/OpenPGP-Keychain/res/layout/help_activity.xml
@@ -5,10 +5,9 @@
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>
+ xmlns:android="http://schemas.android.com/apk/res/android"
+ android:id="@+id/pager"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent" />
</LinearLayout> \ No newline at end of file