diff options
author | Dominik Schürmann <dominik@dominikschuermann.de> | 2014-01-25 19:30:33 +0100 |
---|---|---|
committer | Dominik Schürmann <dominik@dominikschuermann.de> | 2014-01-25 19:30:33 +0100 |
commit | b2e8cc67572eb2de5ed0c50e264ca84ab79e9168 (patch) | |
tree | 351e5a256c7007a6a1cb7b9bab6c09d9558f97c3 /OpenPGP-Keychain | |
parent | 21deff0b7c0d9e4b659313d2adb976950df4e4af (diff) | |
download | open-keychain-b2e8cc67572eb2de5ed0c50e264ca84ab79e9168.tar.gz open-keychain-b2e8cc67572eb2de5ed0c50e264ca84ab79e9168.tar.bz2 open-keychain-b2e8cc67572eb2de5ed0c50e264ca84ab79e9168.zip |
remove navigation drawer from help
Diffstat (limited to 'OpenPGP-Keychain')
-rw-r--r-- | OpenPGP-Keychain/res/layout/help_activity.xml | 22 |
1 files changed, 7 insertions, 15 deletions
diff --git a/OpenPGP-Keychain/res/layout/help_activity.xml b/OpenPGP-Keychain/res/layout/help_activity.xml index 77c62e03f..58e4919dc 100644 --- a/OpenPGP-Keychain/res/layout/help_activity.xml +++ b/OpenPGP-Keychain/res/layout/help_activity.xml @@ -1,20 +1,12 @@ <?xml version="1.0" encoding="utf-8"?> -<android.support.v4.widget.DrawerLayout xmlns:android="http://schemas.android.com/apk/res/android" - android:id="@+id/drawer_layout" +<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" - android:layout_height="match_parent" > + android:layout_height="match_parent" + android:orientation="vertical" > - <LinearLayout + <android.support.v4.view.ViewPager + android:id="@+id/pager" android:layout_width="match_parent" - android:layout_height="match_parent" - android:orientation="vertical" > + android:layout_height="match_parent" /> - <android.support.v4.view.ViewPager - android:id="@+id/pager" - android:layout_width="match_parent" - android:layout_height="match_parent" /> - </LinearLayout> - - <include layout="@layout/drawer_list" /> - -</android.support.v4.widget.DrawerLayout>
\ No newline at end of file +</LinearLayout>
\ No newline at end of file |