summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAndrew Sapperstein <asapperstein@google.com>2014-08-06 15:06:00 -0700
committerAndrew Sapperstein <asapperstein@google.com>2014-08-06 15:06:00 -0700
commitf585f36afd00a3591dc71ce6acef00dd718c6287 (patch)
tree5cbfae14755bebcfa11e93c79285ab56765503f2 /src
parent6fc1fee597ebe3c30ebe5efebb4d6ea105641e0f (diff)
downloadandroid_frameworks_opt_chips-f585f36afd00a3591dc71ce6acef00dd718c6287.tar.gz
android_frameworks_opt_chips-f585f36afd00a3591dc71ce6acef00dd718c6287.tar.bz2
android_frameworks_opt_chips-f585f36afd00a3591dc71ce6acef00dd718c6287.zip
Don't use "done" for string name.
Change-Id: Ied4449f02ef5683764fcfeb9b95b6d0c665c1132
Diffstat (limited to 'src')
-rw-r--r--src/com/android/ex/chips/RecipientEditTextView.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/android/ex/chips/RecipientEditTextView.java b/src/com/android/ex/chips/RecipientEditTextView.java
index fb8e81c..a98d8bb 100644
--- a/src/com/android/ex/chips/RecipientEditTextView.java
+++ b/src/com/android/ex/chips/RecipientEditTextView.java
@@ -398,7 +398,7 @@ public class RecipientEditTextView extends MultiAutoCompleteTextView implements
}
outAttrs.actionId = EditorInfo.IME_ACTION_DONE;
- outAttrs.actionLabel = getContext().getString(R.string.done);
+ outAttrs.actionLabel = getContext().getString(R.string.action_label);
return connection;
}