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.
アンドロイドでは、線形レイアウトオブジェクトがあり、その中にテキストビュー、より線形レイアウトを含むより線形レイアウトのようなものがたくさんあります。.setEnabled(false);その特定の線形レイアウトのすべてを無効化 () するにはどうすればよいでしょうか?
.setEnabled(false);
ありがとう
これをチェックして:
Android の LinearLayout ですべての子を無効/有効にする方法