오디션 지원자 투표
- 재생/일시정지, 투표 터치 영역 변경
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user