diff options
| author | Mindy Pereira <mindyp@google.com> | 2011-07-25 11:51:30 -0700 |
|---|---|---|
| committer | Mindy Pereira <mindyp@google.com> | 2011-07-25 14:47:16 -0700 |
| commit | 750e6e52d9e560d5fbf687f15bf388a947e98eb2 (patch) | |
| tree | d377cf01c8ea5e457d5904797ff1795fa09dc058 /res/values/strings.xml | |
| parent | 536b7e41b106e167f8058b6a5d8d14c1d53d69c5 (diff) | |
| download | android_frameworks_opt_chips-750e6e52d9e560d5fbf687f15bf388a947e98eb2.tar.gz android_frameworks_opt_chips-750e6e52d9e560d5fbf687f15bf388a947e98eb2.tar.bz2 android_frameworks_opt_chips-750e6e52d9e560d5fbf687f15bf388a947e98eb2.zip | |
Make more chip, dropdown match pixel perfects.
1) the destination type should be uppercase; there is not
textview style to do this
2) fix the heights of the dropdown items to be 48dip
3) text for more says "NUMBER more..." and is styled
Change-Id: I8a391bbd3703c1ccd1415b78d5e843107b1d2095
Diffstat (limited to 'res/values/strings.xml')
| -rw-r--r-- | res/values/strings.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index 3ae1d20..514615c 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -15,7 +15,7 @@ --> <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> <!-- 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">\u002B <xliff:g id="count">%1$s</xliff:g> more</string> + <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] --> |
