parent
5e6225d14c
commit
679e9ed349
|
@ -38,8 +38,8 @@ class AuditionApplicantListAdapter(
|
|||
private val binding: ItemAuditionApplicantBinding
|
||||
) : RecyclerView.ViewHolder(binding.root) {
|
||||
fun bind(item: GetAuditionRoleApplicantItem) {
|
||||
binding.ivVote.setOnClickListener { onClickVote(bindingAdapterPosition) }
|
||||
binding.ivPlayOrPause.setOnClickListener {
|
||||
binding.llVote.setOnClickListener { onClickVote(bindingAdapterPosition) }
|
||||
binding.ivProfile.setOnClickListener {
|
||||
onClickPlayOrPause(bindingAdapterPosition, item.applicantId, item.voiceUrl)
|
||||
}
|
||||
|
||||
|
|
|
@ -41,6 +41,7 @@
|
|||
tools:text="닉네임" />
|
||||
|
||||
<LinearLayout
|
||||
android:id="@+id/ll_vote"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:gravity="center"
|
||||
|
@ -51,7 +52,6 @@
|
|||
tools:ignore="UseCompoundDrawables">
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/iv_vote"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:contentDescription="@null"
|
||||
|
|
Loading…
Reference in New Issue