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.
連絡先リスト ビューの連絡先の写真をより小さな解像度に変更したいと考えています。しかし、リスト ビュー エントリを定義するレイアウトが見つからないようです。コードをざっと見てみましたが、レイアウトの巨大な迷路です。誰がそれがどれであるか知っていますか?
これを試してみてください、私にとってはうまくいきました...
custom adapter、byを使用しextending a class to BaseAdapterます。この方法で、選択したlistViewに表示するビューを作成できます。
custom adapter
extending a class to BaseAdapter
BaseAdapterに拡張するクラスは、4つのメソッドを実装します。getCount, getItem, getItemId, getView
getCount, getItem,
getItemId, getView