aboutsummaryrefslogtreecommitdiff
path: root/input/autofill/AutofillFramework/kotlinApp/Application/src/main/res/values/strings.xml
diff options
context:
space:
mode:
authorDouglas Sigelbaum <sigelbaum@google.com>2017-05-31 15:43:29 -0700
committerDouglas Sigelbaum <sigelbaum@google.com>2017-05-31 15:45:48 -0700
commit7728483122aeee29bf73078d5e1e169aef6a5a75 (patch)
treec6d4523cf86f5f8398d7cdb02d48f679841b94e5 /input/autofill/AutofillFramework/kotlinApp/Application/src/main/res/values/strings.xml
parent8e50ed8ff425dc58bb9936c288c80187587634cb (diff)
downloadandroid-7728483122aeee29bf73078d5e1e169aef6a5a75.tar.gz
Implemented autofill callbacks in kotlin autofill sample.
Disable AutoComplete in AutoCompleteTextView when AFF is working. Bug: 38182790 Test: manual Change-Id: If6de507dc2acf2033f2930d8e1c2cae85903b9a5
Diffstat (limited to 'input/autofill/AutofillFramework/kotlinApp/Application/src/main/res/values/strings.xml')
-rw-r--r--input/autofill/AutofillFramework/kotlinApp/Application/src/main/res/values/strings.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/input/autofill/AutofillFramework/kotlinApp/Application/src/main/res/values/strings.xml b/input/autofill/AutofillFramework/kotlinApp/Application/src/main/res/values/strings.xml
index f9448a74..ffb8495a 100644
--- a/input/autofill/AutofillFramework/kotlinApp/Application/src/main/res/values/strings.xml
+++ b/input/autofill/AutofillFramework/kotlinApp/Application/src/main/res/values/strings.xml
@@ -22,6 +22,8 @@
<string name="password_label">Password</string>
<string name="welcome_text">You have successfully signed in!</string>
<string name="standard_view_sign_in">Sign in using standard views</string>
+ <string name="standard_view_autocomplete_sign_in">Sign in using standard views that
+ trigger AutoComplete dialogs when focused</string>
<string name="virtual_view_sign_in">Sign in using virtual views</string>
<string name="credit_card_checkout">Credit Card check out</string>
<string name="autofill_sign_in_prompt">Tap to sign in.</string>
@@ -104,4 +106,9 @@
<item>2024</item>
</string-array>
+ <string-array name="mock_autocomplete_sign_in_suggestions">
+ <item>user-1</item>
+ <item>user-2</item>
+ </string-array>
+
</resources>