parent
d5956c024d
commit
27df922383
|
@ -7,6 +7,7 @@ import android.view.View
|
|||
import androidx.core.content.ContextCompat
|
||||
import androidx.core.content.res.ResourcesCompat
|
||||
import com.google.android.material.chip.Chip
|
||||
import com.google.android.material.chip.ChipGroup
|
||||
import com.google.android.material.shape.ShapeAppearanceModel
|
||||
import kr.co.vividnext.sodalive.R
|
||||
import kr.co.vividnext.sodalive.base.BaseFragment
|
||||
|
@ -131,6 +132,7 @@ class SeriesDetailIntroductionFragment : BaseFragment<FragmentSeriesDetailIntrod
|
|||
.build()
|
||||
chip.shapeAppearanceModel = shapeAppearanceModel
|
||||
|
||||
chip.setEnsureMinTouchTargetSize(false)
|
||||
chip.setPadding(0, 0, 0, 0)
|
||||
chip.setTextColor(ContextCompat.getColor(requireContext(), R.color.color_d2d2d2))
|
||||
chip.typeface = ResourcesCompat.getFont(requireContext(), R.font.gmarket_sans_medium)
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
xmlns:tools="http://schemas.android.com/tools"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||
android:orientation="vertical">
|
||||
|
||||
<TextView
|
||||
|
@ -44,6 +45,7 @@
|
|||
android:layout_height="wrap_content"
|
||||
android:layout_marginHorizontal="13.3dp"
|
||||
android:layout_marginTop="16dp"
|
||||
android:lineSpacingExtra="4dp"
|
||||
android:fontFamily="@font/gmarket_sans_medium"
|
||||
android:textColor="@color/color_777777"
|
||||
android:textSize="14.7sp" />
|
||||
|
@ -143,7 +145,7 @@
|
|||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:fontFamily="@font/gmarket_sans_medium"
|
||||
android:textColor="@color/color_777777"
|
||||
android:textColor="@color/white"
|
||||
android:textSize="14.7sp"
|
||||
tools:text="드라마" />
|
||||
|
||||
|
@ -153,7 +155,7 @@
|
|||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="13.3dp"
|
||||
android:fontFamily="@font/gmarket_sans_medium"
|
||||
android:textColor="@color/color_777777"
|
||||
android:textColor="@color/white"
|
||||
android:textSize="14.7sp"
|
||||
tools:text="19세 이상" />
|
||||
|
||||
|
@ -163,7 +165,7 @@
|
|||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="13.3dp"
|
||||
android:fontFamily="@font/gmarket_sans_medium"
|
||||
android:textColor="@color/color_777777"
|
||||
android:textColor="@color/white"
|
||||
android:textSize="14.7sp"
|
||||
tools:text="빙봉" />
|
||||
|
||||
|
@ -173,7 +175,7 @@
|
|||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="13.3dp"
|
||||
android:fontFamily="@font/gmarket_sans_medium"
|
||||
android:textColor="@color/color_777777"
|
||||
android:textColor="@color/white"
|
||||
android:textSize="14.7sp"
|
||||
tools:text="스튜디오드래곤" />
|
||||
|
||||
|
@ -183,7 +185,7 @@
|
|||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="13.3dp"
|
||||
android:fontFamily="@font/gmarket_sans_medium"
|
||||
android:textColor="@color/color_777777"
|
||||
android:textColor="@color/white"
|
||||
android:textSize="14.7sp"
|
||||
tools:text="매주 일, 화, 수요일" />
|
||||
|
||||
|
@ -193,7 +195,7 @@
|
|||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="13.3dp"
|
||||
android:fontFamily="@font/gmarket_sans_medium"
|
||||
android:textColor="@color/color_777777"
|
||||
android:textColor="@color/white"
|
||||
android:textSize="14.7sp"
|
||||
tools:text="2024.04.11" />
|
||||
</LinearLayout>
|
||||
|
|
Loading…
Reference in New Issue