Skip to content

Commit

Permalink
[FEAT] #14-set item size
Browse files Browse the repository at this point in the history
  • Loading branch information
sohyun127 committed May 25, 2023
1 parent d3600e2 commit 7ae01ca
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ class RecommendedJobAdapter() :
}
}

override fun getItemCount(): Int = 4

override fun onCreateViewHolder(parent: ViewGroup, viewType: Int): CardAdapterViewHolder {
val binding = ItemHomeRecommendedJobBinding.inflate(
LayoutInflater.from(parent.context),
Expand Down

0 comments on commit 7ae01ca

Please sign in to comment.