aboutsummaryrefslogtreecommitdiffstats
path: root/OpenPGP-Keychain/res/layout
diff options
context:
space:
mode:
authorDominik Schürmann <dominik@dominikschuermann.de>2014-01-02 22:36:57 +0100
committerDominik Schürmann <dominik@dominikschuermann.de>2014-01-02 22:36:57 +0100
commit7b9b3d07bbb507823ec4621d37e2723460124e0b (patch)
treea78f125a3245accf019de73ef69566a76984c4b0 /OpenPGP-Keychain/res/layout
parentfaabf8eca264d2fa41d467e66e546f724281c47c (diff)
downloadopen-keychain-7b9b3d07bbb507823ec4621d37e2723460124e0b.tar.gz
open-keychain-7b9b3d07bbb507823ec4621d37e2723460124e0b.tar.bz2
open-keychain-7b9b3d07bbb507823ec4621d37e2723460124e0b.zip
final fixes for public key list
Diffstat (limited to 'OpenPGP-Keychain/res/layout')
-rw-r--r--OpenPGP-Keychain/res/layout/key_list_public_fragment.xml1
-rw-r--r--OpenPGP-Keychain/res/layout/stickylist_header.xml3
2 files changed, 1 insertions, 3 deletions
diff --git a/OpenPGP-Keychain/res/layout/key_list_public_fragment.xml b/OpenPGP-Keychain/res/layout/key_list_public_fragment.xml
index 451230a1f..2aca81cd6 100644
--- a/OpenPGP-Keychain/res/layout/key_list_public_fragment.xml
+++ b/OpenPGP-Keychain/res/layout/key_list_public_fragment.xml
@@ -14,7 +14,6 @@
android:paddingBottom="16dp"
android:paddingLeft="16dp"
android:paddingRight="32dp"
- android:paddingTop="16dp"
android:scrollbarStyle="outsideOverlay" />
<TextView
diff --git a/OpenPGP-Keychain/res/layout/stickylist_header.xml b/OpenPGP-Keychain/res/layout/stickylist_header.xml
index b8906c2db..cbd65bb72 100644
--- a/OpenPGP-Keychain/res/layout/stickylist_header.xml
+++ b/OpenPGP-Keychain/res/layout/stickylist_header.xml
@@ -1,8 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:background="@color/abs__background_holo_light" >
+ android:layout_height="wrap_content" >
<se.emilsjolander.stickylistheaders.views.UnderlineTextView
android:id="@+id/stickylist_header_text"