오디션 지원자 투표

- 재생/일시정지, 투표 터치 영역 변경
This commit is contained in:
klaus 2025-01-03 17:45:22 +09:00
parent 5e6225d14c
commit 679e9ed349
2 changed files with 3 additions and 3 deletions

View File

@ -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)
}

View File

@ -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"