From 4704e2faf4b5c342a811a91d780c077b05c6237b Mon Sep 17 00:00:00 2001 From: Dominik Date: Sun, 28 Oct 2012 23:51:03 +0100 Subject: more work on content provider --- org_apg/res/layout/key_list_group_item.xml | 53 ++++++++------------- org_apg/res/layout/key_list_public_activity.xml | 13 ++++++ org_apg/res/layout/key_list_secret_activity.xml | 13 ++++++ org_apg/res/layout/mailbox_message_item.xml | 57 ----------------------- org_apg/res/layout/select_public_key_activity.xml | 13 ++++++ 5 files changed, 59 insertions(+), 90 deletions(-) create mode 100644 org_apg/res/layout/key_list_public_activity.xml create mode 100644 org_apg/res/layout/key_list_secret_activity.xml delete mode 100644 org_apg/res/layout/mailbox_message_item.xml create mode 100644 org_apg/res/layout/select_public_key_activity.xml (limited to 'org_apg/res') diff --git a/org_apg/res/layout/key_list_group_item.xml b/org_apg/res/layout/key_list_group_item.xml index 35d0ab367..240be54b0 100644 --- a/org_apg/res/layout/key_list_group_item.xml +++ b/org_apg/res/layout/key_list_group_item.xml @@ -1,5 +1,6 @@ - - + android:layout_height="?android:attr/listPreferredItemHeight" + android:layout_marginRight="?android:attr/scrollbarSize" + android:orientation="vertical" + android:paddingLeft="36dip" + android:singleLine="true" > - - - - - + android:text="Main User ID" + android:textAppearance="?android:attr/textAppearanceMedium" /> - - - - - + - + \ No newline at end of file diff --git a/org_apg/res/layout/key_list_public_activity.xml b/org_apg/res/layout/key_list_public_activity.xml new file mode 100644 index 000000000..529cb5067 --- /dev/null +++ b/org_apg/res/layout/key_list_public_activity.xml @@ -0,0 +1,13 @@ + + + + + + \ No newline at end of file diff --git a/org_apg/res/layout/key_list_secret_activity.xml b/org_apg/res/layout/key_list_secret_activity.xml new file mode 100644 index 000000000..a60878b1a --- /dev/null +++ b/org_apg/res/layout/key_list_secret_activity.xml @@ -0,0 +1,13 @@ + + + + + + \ No newline at end of file diff --git a/org_apg/res/layout/mailbox_message_item.xml b/org_apg/res/layout/mailbox_message_item.xml deleted file mode 100644 index 05a267fb6..000000000 --- a/org_apg/res/layout/mailbox_message_item.xml +++ /dev/null @@ -1,57 +0,0 @@ - - - - - - - - - - - - - - - - diff --git a/org_apg/res/layout/select_public_key_activity.xml b/org_apg/res/layout/select_public_key_activity.xml new file mode 100644 index 000000000..77c606453 --- /dev/null +++ b/org_apg/res/layout/select_public_key_activity.xml @@ -0,0 +1,13 @@ + + + + + + \ No newline at end of file -- cgit v1.2.3