Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ソフトキーボードにこれらの提案や!、"、,、:,' などの記号を表示したくありません。
提案の提供を停止するには、次の属性を XML の EditText に追加します。
android:inputType="textNoSuggestions"
|および/または以下を使用して複数のタイプを追加します。
|
android:inputType="textNoSuggestions | text"
この行を EditText に追加できます
Android:inputType="textFilter"
textNoSuggestions よりも優れている場合がある理由をここで確認してください