aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/res/layout/key_list_activity.xml
diff options
context:
space:
mode:
authorVincent Breitmoser <valodim@mugenguild.com>2014-07-07 17:34:41 +0200
committerVincent Breitmoser <valodim@mugenguild.com>2014-07-07 17:34:41 +0200
commit2c62aa90c0560c975d34b39df4379b5e1fcd6884 (patch)
treeba62bdeeb5130c6a886abffd940e8c59ffb37835 /OpenKeychain/src/main/res/layout/key_list_activity.xml
parentd044daeedd9ae42e72ce3d3b2ed191778b173943 (diff)
downloadopen-keychain-2c62aa90c0560c975d34b39df4379b5e1fcd6884.tar.gz
open-keychain-2c62aa90c0560c975d34b39df4379b5e1fcd6884.tar.bz2
open-keychain-2c62aa90c0560c975d34b39df4379b5e1fcd6884.zip
use SuperToast instead of AppMsg in code, part 1
Diffstat (limited to 'OpenKeychain/src/main/res/layout/key_list_activity.xml')
-rw-r--r--OpenKeychain/src/main/res/layout/key_list_activity.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/OpenKeychain/src/main/res/layout/key_list_activity.xml b/OpenKeychain/src/main/res/layout/key_list_activity.xml
index c4c2c35cb..156351887 100644
--- a/OpenKeychain/src/main/res/layout/key_list_activity.xml
+++ b/OpenKeychain/src/main/res/layout/key_list_activity.xml
@@ -4,6 +4,12 @@
android:layout_width="match_parent"
android:layout_height="match_parent" >
+ <LinearLayout
+ android:id="@+id/card_container"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:orientation="vertical" />
+
<include layout="@layout/key_list_content"/>
<include layout="@layout/drawer_list" />