Merge "Import translations. DO NOT MERGE"
diff --git a/res-common/layout/account_selector_list_item.xml b/res-common/layout/account_selector_list_item.xml
index 076cc88..6220abf 100644
--- a/res-common/layout/account_selector_list_item.xml
+++ b/res-common/layout/account_selector_list_item.xml
@@ -21,7 +21,7 @@
<ImageView android:id="@android:id/icon"
android:layout_width="@dimen/detail_network_icon_size"
android:layout_height="@dimen/detail_network_icon_size"
- android:layout_margin="8dip"
+ android:layout_margin="16dip"
android:layout_gravity="center_vertical" />
<LinearLayout
diff --git a/res-common/values/strings.xml b/res-common/values/strings.xml
index c0fa03e..449b732 100644
--- a/res-common/values/strings.xml
+++ b/res-common/values/strings.xml
@@ -674,6 +674,9 @@
<!-- Toast indicating that sharing a contact has failed. [CHAR LIMIT=NONE] -->
<string name="share_error">This contact can\'t be shared.</string>
+ <!-- Toast indicating that no visible contact to share [CHAR LIMIT=NONE] -->
+ <string name="no_contact_to_share">There are no contacts to share.</string>
+
<!-- Menu item to search contacts -->
<string name="menu_search">Search</string>