Possible Duplicate:
android:inputType=“textEmailAddress” - '@' key and a '.com' key?
In my project I have an EditText in which user should enter his E-mail. How can I add ".com" button to Android Keyboard?
This is my code:
<EditText
android:id="@+id/etEmail"
android:inputType="text|textEmailAddress"
android:singleLine="true"
android:layout_span="4"
android:textSize="15sp"
android:imeOptions="actionNext"
/>
==========> Update:
I had this problem in my Emulator (and still have actually). but when i checked on real device, Samsung Galaxy S2, I saw ".com" button. Therefore, on real device there is no problem. But my suggestion for emulator users is go to Settings/Language & Keyboard and then clear the tick of Chines Language and Japanese IME. So, you can see "@" in keyboard (but still there is no ".com" button in AVD 2.2).