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

Commit 62c7dc1c authored by Maurice Chu's avatar Maurice Chu
Browse files

Show prettier message when no search results

Bug: 5144449
Change-Id: I058471b4ea6a8957690e51e92b3b76809b7716d8
parent ef4458a0
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">