Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e78d38a1 authored by Maurice Chu's avatar Maurice Chu Committed by Android (Google) Code Review
Browse files

Merge "Show prettier message when no search results" into jb-dev

parents 45ee872f 62c7dc1c
Loading
Loading
Loading
Loading
+5 −4
Original line number Diff line number Diff line
@@ -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" />
+6 −3
Original line number Diff line number Diff line
@@ -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" />
+1 −1
Original line number Diff line number Diff line
@@ -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">