Merge "Fix InputType determination of WebTextView (DO NOT MERGE)" into honeycomb-mr2
This commit is contained in:
committed by
Android (Google) Code Review
commit
241c000cfb
@@ -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