| |
---|
| | @NonNull |
---|
| | @Override |
---|
| | public FriendsViewHolder onCreateViewHolder(@NonNull ViewGroup parent, int ViewType) { |
---|
| | // layoutXMLからViewを生成 |
---|
| | View inflate = LayoutInflater.from(parent.getContext()).inflate(R.layout.layout_friends_activity, parent,false); |
---|
| | View inflate = LayoutInflater.from(parent.getContext()).inflate(R.layout.friend_list_item, parent,false); |
---|
| | // ViewHolderを生成 |
---|
| | FriendsViewHolder vh = new FriendsViewHolder(inflate); |
---|
| | |
---|
| | // 削除ボタンを押したときのイベントを登録 |
---|
| |
---|
| | |
|
FriendActivityの修正
FriendActivityの修正
23eb665
intomaster
fromfriendLayout
on 20 Jul 2023