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.
可視性が View.GONE のときにスピナーにリスナーを設定するコツはありますか? View.GONE を指定せずにリスナーを追加すると正常に動作しますが、追加すると
spinner.setVisible(View.GONE);
リスナーは機能しなくなります。
何か案は?