diff options
| author | Mindy Pereira <mindyp@google.com> | 2012-05-25 10:04:51 -0700 |
|---|---|---|
| committer | Mindy Pereira <mindyp@google.com> | 2012-05-25 10:09:24 -0700 |
| commit | c0e3599d01a4bcfa900ad8dab8becc349e25ad82 (patch) | |
| tree | 22d689d3bc23e2d676ad254654a9358af01271a9 /res/values/strings.xml | |
| parent | cf11061041b469e0f5cb574b09ee9e32455cdbfb (diff) | |
| download | android_frameworks_opt_chips-c0e3599d01a4bcfa900ad8dab8becc349e25ad82.tar.gz android_frameworks_opt_chips-c0e3599d01a4bcfa900ad8dab8becc349e25ad82.tar.bz2 android_frameworks_opt_chips-c0e3599d01a4bcfa900ad8dab8becc349e25ad82.zip | |
Rather than change the text, just remove the waiting for entries row.
Fixes b/6546713 Blank suggestion is sometimes shown even if nothing was typed
per ux
Change-Id: I5c6d1f6620426bd96abca1bad650663ab6c5c426
Diffstat (limited to 'res/values/strings.xml')
| -rw-r--r-- | res/values/strings.xml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index f67d440..f743ae3 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -17,9 +17,6 @@ <!-- Text displayed when the recipientedittextview is not focused. Displays the total number of recipients since the field is shrunk to just display a portion --> <string name="more_string"><xliff:g id="count">%1$s</xliff:g> more...</string> - <!-- Text displayed when there are remote directories not returning results. - [CHAR LIMIT=50] --> - <string name="chips_waiting_for_directory_result">Waiting for more contacts</string> <!-- Text displayed when the user long presses on a chip to copy the recipients email address. [CHAR LIMIT=200] --> <string name="copy_email">Copy email address</string> |
