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 26, 2023
1 parent 0bc1657 commit e341ea7
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 e341ea7

Please sign in to comment.