commit | 9be8c3fbfe39a5259c5f8c6adce67fbc5907c802 | [log] [tgz] |
---|---|---|
author | Antony Sargent <asargent@google.com> | Thu Sep 07 16:19:17 2017 -0700 |
committer | Antony Sargent <asargent@google.com> | Mon Sep 11 10:12:05 2017 -0700 |
tree | e8ef686f1e988a00a07a3eb1880442b3146e628b | |
parent | 5b017f7b055d2d501e7aec537e5ad01d28c4fb0b [diff] |
Fix focus behavior of ValidatedEditTextPreference The bug report was that the cursor is set to the beginning of the EditText for wifi hotspot password field, instead of at the end (or having the entire field selected). This fix makes it so that all ValidatedEditTextPreference's will put the cursor at the end of the EditText. Bug: 65413206 Test: make RunSettingsRoboTests Change-Id: I23f3bb1b3f1b49b2f193c0ae2e103eae5c1a1019