Skip to content

Commit

Permalink
[simba/#28] feat:: 6주차 구현 (에러 존재)
Browse files Browse the repository at this point in the history
  • Loading branch information
BAEK0111 committed May 21, 2024
1 parent 80d1f60 commit 5b95b8a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ class AlbumRVAdapter(private val albumList:ArrayList<Album>) : RecyclerView.Adap
mItemClickListener.onItemClick(albumList[position]) }
// holder.binding.itemAlbumTitleTv.setOnClickListener{mItemClickListener.onRemoveAlbum(position)}
holder.binding.itemAlbumPlayImgIv.setOnClickListener{
mItemClickListener.onItemClick(albumList[position])
mItemClickListener.onPlayAlbum(albumList[position])
}
}

Expand Down
9 changes: 0 additions & 9 deletions UMC_6th/app/src/main/res/layout/fragment_home.xml
Original file line number Diff line number Diff line change
Expand Up @@ -373,15 +373,6 @@
android:orientation="horizontal"
app:layout_constraintTop_toBottomOf="@id/home_today_music_total_tv"/>

<!-- <androidx.viewpager2.widget.ViewPager2-->
<!-- android:id="@+id/home_banner_vp"-->
<!-- android:layout_width="match_parent"-->
<!-- android:layout_height="100dp"-->
<!-- android:layout_marginTop="15dp"-->
<!-- app:layout_constraintStart_toStartOf="parent"-->
<!-- app:layout_constraintEnd_toEndOf="parent"-->
<!-- app:layout_constraintTop_toBottomOf="@id/home_today_music_album_rv" />-->

<androidx.viewpager2.widget.ViewPager2
android:id="@+id/home_banner_vp"
android:layout_width="match_parent"
Expand Down

0 comments on commit 5b95b8a

Please sign in to comment.