diff options
| author | Kaikai Wang <kaikai@google.com> | 2014-10-29 10:55:35 -0700 |
|---|---|---|
| committer | Kaikai Wang <kaikai@google.com> | 2014-10-29 10:55:45 -0700 |
| commit | bae3fba541f49eac5a397a9cef309391d9a37fe5 (patch) | |
| tree | 66a353e1c51557fe773db45332be20fd2669f382 | |
| parent | 2d06b8561ccce78066ee45208cdeeed9ef7fd8ee (diff) | |
| download | android_frameworks_opt_chips-bae3fba541f49eac5a397a9cef309391d9a37fe5.tar.gz android_frameworks_opt_chips-bae3fba541f49eac5a397a9cef309391d9a37fe5.tar.bz2 android_frameworks_opt_chips-bae3fba541f49eac5a397a9cef309391d9a37fe5.zip | |
Switching to LOLLIPOP version code after L's SDK change
Change-Id: I61450e20822315aeace9b8009c6622b0b7bed728
| -rw-r--r-- | src/com/android/ex/chips/RecipientEditTextView.java | 2 |
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 cb0ef51..4adaf7a 100644 --- a/src/com/android/ex/chips/RecipientEditTextView.java +++ b/src/com/android/ex/chips/RecipientEditTextView.java @@ -388,7 +388,7 @@ public class RecipientEditTextView extends MultiAutoCompleteTextView implements // Custom action labels are discouraged in L; a checkmark icon is shown in place of the // custom text in this case. - outAttrs.actionLabel = Build.VERSION.SDK_INT >= Build.VERSION_CODES.L ? null : + outAttrs.actionLabel = Build.VERSION.SDK_INT >= Build.VERSION_CODES.LOLLIPOP ? null : getContext().getString(R.string.action_label); return connection; } |
