aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/res/layout/key_list_content.xml
diff options
context:
space:
mode:
authorDominik Schürmann <dominik@dominikschuermann.de>2014-10-13 15:53:39 +0200
committerDominik Schürmann <dominik@dominikschuermann.de>2014-10-13 15:53:39 +0200
commite9abe57aa744c0ec9ea933e02822e23f8bb38544 (patch)
tree18f94e92af5d87e5e9f2bb93dd8ee764bf9e3fa3 /OpenKeychain/src/main/res/layout/key_list_content.xml
parentbfafc44a33e1aa12c6846bace9001e04574f4c20 (diff)
downloadopen-keychain-e9abe57aa744c0ec9ea933e02822e23f8bb38544.tar.gz
open-keychain-e9abe57aa744c0ec9ea933e02822e23f8bb38544.tar.bz2
open-keychain-e9abe57aa744c0ec9ea933e02822e23f8bb38544.zip
Remove key list filter for now
Diffstat (limited to 'OpenKeychain/src/main/res/layout/key_list_content.xml')
-rw-r--r--OpenKeychain/src/main/res/layout/key_list_content.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenKeychain/src/main/res/layout/key_list_content.xml b/OpenKeychain/src/main/res/layout/key_list_content.xml
index 8ab63610f..dd230806f 100644
--- a/OpenKeychain/src/main/res/layout/key_list_content.xml
+++ b/OpenKeychain/src/main/res/layout/key_list_content.xml
@@ -13,7 +13,7 @@
android:layout_width="match_parent"
android:layout_height="match_parent">
- <LinearLayout
+ <!--<LinearLayout
android:orientation="vertical"
android:background="@color/holo_gray_bright"
android:layout_width="match_parent"
@@ -33,7 +33,7 @@
android:layout_height="1dip"
android:background="?android:attr/listDivider" />
- </LinearLayout>
+ </LinearLayout>-->
<fragment
android:id="@+id/key_list_fragment"