aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/res/layout/key_list_activity.xml
diff options
context:
space:
mode:
authorVincent Breitmoser <valodim@mugenguild.com>2014-07-27 00:46:38 +0200
committerVincent Breitmoser <valodim@mugenguild.com>2014-07-27 00:46:38 +0200
commita8782272b3db20ba6e88acab1d035d4699aa7166 (patch)
tree83606a4da7a6ad1bce7b456f449b3aad578919e3 /OpenKeychain/src/main/res/layout/key_list_activity.xml
parent8132b9ac745f6eedd4a7746f1e67358a61e9e4a7 (diff)
downloadopen-keychain-a8782272b3db20ba6e88acab1d035d4699aa7166.tar.gz
open-keychain-a8782272b3db20ba6e88acab1d035d4699aa7166.tar.bz2
open-keychain-a8782272b3db20ba6e88acab1d035d4699aa7166.zip
some more work on supertoast and result parcel stuff
Diffstat (limited to 'OpenKeychain/src/main/res/layout/key_list_activity.xml')
-rw-r--r--OpenKeychain/src/main/res/layout/key_list_activity.xml15
1 files changed, 9 insertions, 6 deletions
diff --git a/OpenKeychain/src/main/res/layout/key_list_activity.xml b/OpenKeychain/src/main/res/layout/key_list_activity.xml
index 156351887..6c9bed872 100644
--- a/OpenKeychain/src/main/res/layout/key_list_activity.xml
+++ b/OpenKeychain/src/main/res/layout/key_list_activity.xml
@@ -2,16 +2,19 @@
<android.support.v4.widget.FixedDrawerLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/drawer_layout"
android:layout_width="match_parent"
- android:layout_height="match_parent" >
+ android:layout_height="match_parent">
<LinearLayout
- android:id="@+id/card_container"
+ android:orientation="vertical"
android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:orientation="vertical" />
+ android:layout_height="match_parent">
- <include layout="@layout/key_list_content"/>
+ <include layout="@layout/notify_area"/>
- <include layout="@layout/drawer_list" />
+ <include layout="@layout/key_list_content"/>
+
+ <include layout="@layout/drawer_list" />
+
+ </LinearLayout>
</android.support.v4.widget.FixedDrawerLayout> \ No newline at end of file