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.
クリックしていないときにスピナーの値をnullまたはヒントに設定するにはどうすればよいですか..? スピナーのアダプターを設定すると、特定のドロップダウン項目を選択していなくてもスピナーのテキストフィールドに表示されるためです。
onItemSelected: ((TextView)view).setText(null);
これを使用すると、Spinner はデフォルト値を表示しなくなります。