diff --git a/TODO b/TODO index f1651cc..2fd8cea 100644 --- a/TODO +++ b/TODO @@ -1,5 +1,3 @@ -- Email selection --- Show which have been selected (background? image?) - Deleting identities -- Select identities in list, or menu option of each? - Addressbook diff --git a/res/drawable-hdpi/ic_navigation_accept.png b/res/drawable-hdpi/ic_navigation_accept.png new file mode 100644 index 0000000..58bf972 Binary files /dev/null and b/res/drawable-hdpi/ic_navigation_accept.png differ diff --git a/res/drawable-mdpi/ic_navigation_accept.png b/res/drawable-mdpi/ic_navigation_accept.png new file mode 100644 index 0000000..cf5fab3 Binary files /dev/null and b/res/drawable-mdpi/ic_navigation_accept.png differ diff --git a/res/drawable-xhdpi/ic_navigation_accept.png b/res/drawable-xhdpi/ic_navigation_accept.png new file mode 100644 index 0000000..b891571 Binary files /dev/null and b/res/drawable-xhdpi/ic_navigation_accept.png differ diff --git a/res/layout/listitem_email.xml b/res/layout/listitem_email.xml index f23a9da..804336a 100644 --- a/res/layout/listitem_email.xml +++ b/res/layout/listitem_email.xml @@ -10,6 +10,15 @@ android:layout_height="wrap_content" android:src="@drawable/ic_contact_picture" /> + + { } }); + if (mSelectedEmails.get(position)) { + ((ImageView) v.findViewById(R.id.email_selected)).setVisibility(View.VISIBLE); + } + try { String fromAddress = email.getOneFromAddress();