From f1164bbd3051d3051464e0957ae12ccdebc821ca Mon Sep 17 00:00:00 2001 From: klaus Date: Sat, 19 Jul 2025 01:26:21 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20=EB=A9=94=EC=9D=B8=20=EB=9D=BC=EC=9D=B4?= =?UTF-8?q?=EB=B8=8C=20-=20=EC=A7=80=EA=B8=88=20=EB=9D=BC=EC=9D=B4?= =?UTF-8?q?=EB=B8=8C=20=EC=A4=91=20-=20bg=20=3D>=20#263238=EB=A1=9C=20?= =?UTF-8?q?=EB=B3=80=EA=B2=BD=20-=20=EA=B0=80=EB=A1=9C=20=3D>=20168=20->?= =?UTF-8?q?=20144=20-=20=EC=84=B8=EB=A1=9C=20=3D>=20238=20->=20204?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../sodalive/live/now/LiveNowAdapter.kt | 2 +- app/src/main/res/layout/item_live_now.xml | 218 +++++++++--------- 2 files changed, 114 insertions(+), 106 deletions(-) diff --git a/app/src/main/java/kr/co/vividnext/sodalive/live/now/LiveNowAdapter.kt b/app/src/main/java/kr/co/vividnext/sodalive/live/now/LiveNowAdapter.kt index cc4326d7..7f2263fa 100644 --- a/app/src/main/java/kr/co/vividnext/sodalive/live/now/LiveNowAdapter.kt +++ b/app/src/main/java/kr/co/vividnext/sodalive/live/now/LiveNowAdapter.kt @@ -14,7 +14,7 @@ import kr.co.vividnext.sodalive.extensions.moneyFormat import kr.co.vividnext.sodalive.live.GetRoomListResponse class LiveNowAdapter( - private val onClick: (GetRoomListResponse) -> Unit + private val onClick: (GetRoomListResponse) -> Unit, ) : RecyclerView.Adapter() { var items = mutableListOf() diff --git a/app/src/main/res/layout/item_live_now.xml b/app/src/main/res/layout/item_live_now.xml index 5b1bef1f..bc45a11e 100644 --- a/app/src/main/res/layout/item_live_now.xml +++ b/app/src/main/res/layout/item_live_now.xml @@ -1,119 +1,127 @@ - + android:layout_width="144dp" + android:layout_height="204dp" + app:cardBackgroundColor="#263238" + app:cardCornerRadius="16dp"> - - + - - + + - - - + + - - - - - - - + + + - - + android:layout_width="0dp" + android:layout_height="0dp" + android:layout_marginVertical="8dp" + android:orientation="vertical" + app:layout_constraintBottom_toTopOf="@+id/fl_can" + app:layout_constraintEnd_toEndOf="parent" + app:layout_constraintStart_toStartOf="parent" + app:layout_constraintTop_toBottomOf="@+id/fl_profile"> + android:gravity="center" + android:textColor="@color/white" + android:textSize="16sp" + tools:text="도화" /> + + - - + + + + + + + + + + + + + +