Loading res/layout-sw580dp/search_header.xml +5 −4 Original line number Diff line number Diff line Loading @@ -16,9 +16,10 @@ <TextView xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent" android:id="@+id/totalContactsText" android:minHeight="@dimen/contact_filter_header_min_height" android:paddingTop="10dip" android:textAppearance="?android:attr/textAppearanceSmall" android:textColor="?android:attr/textColorTertiary" android:textStyle="bold" /> android:paddingTop="24dip" android:textAppearance="?android:attr/textAppearanceMedium" android:textColor="?android:attr/textColorTertiary" /> res/layout/search_header.xml +6 −3 Original line number Diff line number Diff line Loading @@ -16,8 +16,11 @@ <TextView xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent" android:id="@+id/totalContactsText" android:minHeight="@dimen/contact_filter_header_min_height" android:paddingTop="10dip" android:textAppearance="?android:attr/textAppearanceSmall" android:paddingTop="24dip" android:gravity="center_horizontal" android:textAppearance="?android:attr/textAppearanceLarge" android:textColor="?android:attr/textColorSecondary" /> res/values/strings.xml +1 −1 Original line number Diff line number Diff line Loading @@ -349,7 +349,7 @@ <string name="foundTooManyContacts">More than <xliff:g id="count">%d</xliff:g> found.</string> <!-- Displayed at the top of the contacts showing the zero total number of contacts found when "Only contacts with phones" not selected. [CHAR LIMIT=30] --> <string name="listFoundAllContactsZero">None found.</string> <string name="listFoundAllContactsZero">No contacts</string> <!-- Displayed at the top of the contacts showing the total number of contacts found when typing search query --> <plurals name="searchFoundContacts"> Loading Loading
res/layout-sw580dp/search_header.xml +5 −4 Original line number Diff line number Diff line Loading @@ -16,9 +16,10 @@ <TextView xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent" android:id="@+id/totalContactsText" android:minHeight="@dimen/contact_filter_header_min_height" android:paddingTop="10dip" android:textAppearance="?android:attr/textAppearanceSmall" android:textColor="?android:attr/textColorTertiary" android:textStyle="bold" /> android:paddingTop="24dip" android:textAppearance="?android:attr/textAppearanceMedium" android:textColor="?android:attr/textColorTertiary" />
res/layout/search_header.xml +6 −3 Original line number Diff line number Diff line Loading @@ -16,8 +16,11 @@ <TextView xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent" android:id="@+id/totalContactsText" android:minHeight="@dimen/contact_filter_header_min_height" android:paddingTop="10dip" android:textAppearance="?android:attr/textAppearanceSmall" android:paddingTop="24dip" android:gravity="center_horizontal" android:textAppearance="?android:attr/textAppearanceLarge" android:textColor="?android:attr/textColorSecondary" />
res/values/strings.xml +1 −1 Original line number Diff line number Diff line Loading @@ -349,7 +349,7 @@ <string name="foundTooManyContacts">More than <xliff:g id="count">%d</xliff:g> found.</string> <!-- Displayed at the top of the contacts showing the zero total number of contacts found when "Only contacts with phones" not selected. [CHAR LIMIT=30] --> <string name="listFoundAllContactsZero">None found.</string> <string name="listFoundAllContactsZero">No contacts</string> <!-- Displayed at the top of the contacts showing the total number of contacts found when typing search query --> <plurals name="searchFoundContacts"> Loading