From bb161d5fa9d56c5fc7369c979d6fd4eeff187987 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Sch=C3=BCrmann?= Date: Thu, 9 Jan 2014 22:58:52 +0100 Subject: implement navigation drawer --- OpenPGP-Keychain/res/layout/import_keys.xml | 104 +++++++++++++++------------- 1 file changed, 56 insertions(+), 48 deletions(-) (limited to 'OpenPGP-Keychain/res/layout/import_keys.xml') diff --git a/OpenPGP-Keychain/res/layout/import_keys.xml b/OpenPGP-Keychain/res/layout/import_keys.xml index 1b40bad58..c2217d2ec 100644 --- a/OpenPGP-Keychain/res/layout/import_keys.xml +++ b/OpenPGP-Keychain/res/layout/import_keys.xml @@ -1,55 +1,63 @@ - + android:id="@+id/drawer_layout" + android:layout_width="match_parent" + android:layout_height="match_parent" > - - - + android:layout_centerHorizontal="true" > + + - - - + + + + + + + - - - - - \ No newline at end of file + android:layout_height="match_parent" + android:layout_above="@+id/import_footer" + android:layout_alignParentLeft="true" + android:layout_below="@+id/import_navigation_fragment" + android:orientation="vertical" + android:paddingLeft="4dp" + android:paddingRight="4dp" /> + + + + + \ No newline at end of file -- cgit v1.2.3