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.
クリックすると展開する水平リスト ビューを作成する必要があります。これを達成するための最良の方法は何ですか? ありがとう !
この質問も参照してください。また、同様の問題にも対処します。ありがとう !
setOnItemClickListener() を使用し、実行時に setLayoutParams(new LayoutParams(width, height)) でサイズを大きくするのが最善の解決策だと思います。