Hello,
my target version is still 1.6, how can i prevent the dictionary to
appear ?
I want that the user simply enters text as he types it.
Since SDK Target Version 5 theres the Option
android:inputType="textNoSuggestions"
<EditText android:id="@+id/codeTextfield"
android:hint="@string/
main_pleaseEnterBarcode_Hint"
android:layout_height="fill_parent"
android:layout_width="fill_parent"
android:layout_weight="0.7"
android:singleLine="true"
android:textSize="20dp" android:inputType="text"
android:focusable="true"
android:autoText="false"
android:imeOptions="actionSearch" />
best regards,
Jens
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en