From c52828d247d188ef7c1ba47865cf0f386c9baf04 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Sch=C3=BCrmann?= Date: Sun, 22 Jun 2014 13:33:50 +0200 Subject: add buttons in edit key --- .../src/main/res/layout/edit_key_fragment.xml | 64 ++++++++++++++++++++++ 1 file changed, 64 insertions(+) (limited to 'OpenKeychain/src/main/res/layout') diff --git a/OpenKeychain/src/main/res/layout/edit_key_fragment.xml b/OpenKeychain/src/main/res/layout/edit_key_fragment.xml index dbc0c3941..9d63ea38a 100644 --- a/OpenKeychain/src/main/res/layout/edit_key_fragment.xml +++ b/OpenKeychain/src/main/res/layout/edit_key_fragment.xml @@ -9,6 +9,30 @@ android:paddingLeft="16dp" android:paddingRight="16dp"> + + + + + + + + + + + + -- cgit v1.2.3 From b43fb63753bc9be7a1a0b05e7369a2373f65c03f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Sch=C3=BCrmann?= Date: Sun, 22 Jun 2014 18:12:04 +0200 Subject: new edit key: diff for existing user ids --- .../src/main/res/layout/edit_key_fragment.xml | 22 +++++++++++++--------- .../src/main/res/layout/view_key_userids_item.xml | 9 ++++++++- 2 files changed, 21 insertions(+), 10 deletions(-) (limited to 'OpenKeychain/src/main/res/layout') diff --git a/OpenKeychain/src/main/res/layout/edit_key_fragment.xml b/OpenKeychain/src/main/res/layout/edit_key_fragment.xml index 9d63ea38a..f652269e5 100644 --- a/OpenKeychain/src/main/res/layout/edit_key_fragment.xml +++ b/OpenKeychain/src/main/res/layout/edit_key_fragment.xml @@ -13,7 +13,6 @@ style="@style/SectionHeader" android:layout_width="wrap_content" android:layout_height="0dp" - android:layout_marginBottom="4dp" android:layout_marginTop="8dp" android:text="Passphrase" android:layout_weight="1" /> @@ -37,7 +36,6 @@ style="@style/SectionHeader" android:layout_width="wrap_content" android:layout_height="0dp" - android:layout_marginBottom="4dp" android:layout_marginTop="8dp" android:text="@string/section_user_ids" android:layout_weight="1" /> @@ -45,9 +43,12 @@ + android:layout_height="wrap_content" /> + + + android:layout_height="wrap_content" /> + + - + + -- cgit v1.2.3 From bfd7c03b0a363d9652432abd7a26782e52152ceb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Sch=C3=BCrmann?= Date: Mon, 23 Jun 2014 18:38:26 +0200 Subject: remove margin in import keys (leftover from nav drawer) --- OpenKeychain/src/main/res/layout/import_keys_activity.xml | 2 -- 1 file changed, 2 deletions(-) (limited to 'OpenKeychain/src/main/res/layout') diff --git a/OpenKeychain/src/main/res/layout/import_keys_activity.xml b/OpenKeychain/src/main/res/layout/import_keys_activity.xml index fc9d21e23..b076debfe 100644 --- a/OpenKeychain/src/main/res/layout/import_keys_activity.xml +++ b/OpenKeychain/src/main/res/layout/import_keys_activity.xml @@ -1,7 +1,5 @@ -- cgit v1.2.3