am e0a82fcc: am 241c000c: Merge "Fix InputType determination of WebTextView (DO NOT MERGE)" into honeycomb-mr2
* commit 'e0a82fcc6058e6297d11a040aae13e37a2439c14': Fix InputType determination of WebTextView (DO NOT MERGE)
This commit is contained in:
@@ -1174,7 +1174,7 @@ import junit.framework.Assert;
|
|||||||
imeOptions |= EditorInfo.IME_ACTION_SEARCH;
|
imeOptions |= EditorInfo.IME_ACTION_SEARCH;
|
||||||
break;
|
break;
|
||||||
case EMAIL:
|
case EMAIL:
|
||||||
inputType = EditorInfo.TYPE_TEXT_VARIATION_WEB_EMAIL_ADDRESS;
|
inputType |= EditorInfo.TYPE_TEXT_VARIATION_WEB_EMAIL_ADDRESS;
|
||||||
imeOptions |= EditorInfo.IME_ACTION_GO;
|
imeOptions |= EditorInfo.IME_ACTION_GO;
|
||||||
break;
|
break;
|
||||||
case NUMBER:
|
case NUMBER:
|
||||||
|
|||||||
Reference in New Issue
Block a user