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.
this に従って、EditText のクリア ボタンを実装しました。ボタンが小さくてとても押しにくいです。ボタンのタッチ可能領域を大きくするにはどうすればよいですか?
1) タッチデリゲートを使用できます
Android デベロッパー ドキュメント
2) または、必要なクリック可能な領域のサイズに応じて適切なパディングでコンテンツをラップする別の LinearLayout にボタンを配置し、パラメーターとして内部のボタンでクリック可能に設定します。