Two-partition list (Suggestions+A-Z list) for Join Contacts UI.
diff --git a/res/layout-finger/contacts_list_item.xml b/res/layout-finger/contacts_list_item.xml
index ca4f04f..b539bb0 100644
--- a/res/layout-finger/contacts_list_item.xml
+++ b/res/layout-finger/contacts_list_item.xml
@@ -22,11 +22,14 @@
android:layout_height="wrap_content"
android:orientation="vertical"
>
- <include
- android:id="@+id/header"
- layout="@layout/list_separator"
+ <TextView android:id="@+id/header"
+ style="?android:attr/listSeparatorTextViewStyle"
+ android:layout_width="fill_parent"
+ android:layout_height="wrap_content"
+ android:background="#444444"
+ android:gravity="center"
/>
-
+
<RelativeLayout
android:layout_width="fill_parent"
android:layout_height="?android:attr/listPreferredItemHeight"
diff --git a/res/values/strings.xml b/res/values/strings.xml
index cfee718..cf41ef6 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -114,6 +114,15 @@
<!-- Menu item that joins an aggregate with another aggregate -->
<string name="menu_joinAggregate">Join</string>
+ <!-- Activity title for the Join Contact list -->
+ <string name="titleJoinAggregate">Join contact</string>
+
+ <!-- List separator for the Join Contact list: Suggestions -->
+ <string name="separatorJoinAggregateSuggestions">Suggestions</string>
+
+ <!-- List separator for the Join Contact list: A-Z -->
+ <string name="separatorJoinAggregateAll">All contacts</string>
+
<!-- Toast shown after two contacts have been joined by a user action -->
<string name="contactsJoinedMessage">Contacts joined</string>