aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/res/layout/key_list_content.xml
diff options
context:
space:
mode:
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"