From faabf8eca264d2fa41d467e66e546f724281c47c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Sch=C3=BCrmann?= Date: Thu, 2 Jan 2014 22:01:25 +0100 Subject: fixing some layout problems --- .../res/layout/key_list_group_item.xml | 40 ---------------------- OpenPGP-Keychain/res/layout/key_list_item.xml | 24 +++++++++++++ .../res/layout/key_list_public_fragment.xml | 25 +++++++++++--- OpenPGP-Keychain/res/layout/stickylist_header.xml | 6 ++-- 4 files changed, 47 insertions(+), 48 deletions(-) delete mode 100644 OpenPGP-Keychain/res/layout/key_list_group_item.xml create mode 100644 OpenPGP-Keychain/res/layout/key_list_item.xml (limited to 'OpenPGP-Keychain/res') diff --git a/OpenPGP-Keychain/res/layout/key_list_group_item.xml b/OpenPGP-Keychain/res/layout/key_list_group_item.xml deleted file mode 100644 index 240be54b0..000000000 --- a/OpenPGP-Keychain/res/layout/key_list_group_item.xml +++ /dev/null @@ -1,40 +0,0 @@ - - - - - - - - - - \ No newline at end of file diff --git a/OpenPGP-Keychain/res/layout/key_list_item.xml b/OpenPGP-Keychain/res/layout/key_list_item.xml new file mode 100644 index 000000000..2571bb6e7 --- /dev/null +++ b/OpenPGP-Keychain/res/layout/key_list_item.xml @@ -0,0 +1,24 @@ + + + + + + + + \ No newline at end of file diff --git a/OpenPGP-Keychain/res/layout/key_list_public_fragment.xml b/OpenPGP-Keychain/res/layout/key_list_public_fragment.xml index 052dd4249..451230a1f 100644 --- a/OpenPGP-Keychain/res/layout/key_list_public_fragment.xml +++ b/OpenPGP-Keychain/res/layout/key_list_public_fragment.xml @@ -2,13 +2,28 @@ + android:orientation="vertical" > + android:layout_height="match_parent" + android:clipToPadding="false" + android:drawSelectorOnTop="true" + android:fastScrollEnabled="true" + android:paddingBottom="16dp" + android:paddingLeft="16dp" + android:paddingRight="32dp" + android:paddingTop="16dp" + android:scrollbarStyle="outsideOverlay" /> + + \ No newline at end of file diff --git a/OpenPGP-Keychain/res/layout/stickylist_header.xml b/OpenPGP-Keychain/res/layout/stickylist_header.xml index 475d1c4db..b8906c2db 100644 --- a/OpenPGP-Keychain/res/layout/stickylist_header.xml +++ b/OpenPGP-Keychain/res/layout/stickylist_header.xml @@ -2,15 +2,15 @@ + android:background="@color/abs__background_holo_light" > -- cgit v1.2.3