parent
f41790b302
commit
29aca74651
|
@ -123,7 +123,7 @@ class SeriesDetailActivity : BaseActivity<ActivitySeriesDetailBinding>(
|
|||
chip.text = keyword
|
||||
chip.isClickable = false
|
||||
chip.isCheckable = false
|
||||
chip.textSize = 14.7f
|
||||
chip.textSize = 12f
|
||||
chip.chipStrokeWidth = 0f
|
||||
chip.setChipBackgroundColorResource(R.color.color_222222)
|
||||
|
||||
|
@ -181,9 +181,9 @@ class SeriesDetailActivity : BaseActivity<ActivitySeriesDetailBinding>(
|
|||
binding.ivFollow.visibility = View.GONE
|
||||
}
|
||||
|
||||
binding.ivFollow.setOnClickListener { }
|
||||
binding.ivProfile.setOnClickListener { }
|
||||
binding.tvNickname.setOnClickListener { }
|
||||
binding.ivFollow.setOnClickListener {
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
private fun setSeriesBg(coverImage: String) {
|
||||
|
|
|
@ -122,7 +122,7 @@ class SeriesDetailIntroductionFragment : BaseFragment<FragmentSeriesDetailIntrod
|
|||
chip.text = keyword
|
||||
chip.isClickable = false
|
||||
chip.isCheckable = false
|
||||
chip.textSize = 14.7f
|
||||
chip.textSize = 12f
|
||||
chip.chipStrokeWidth = 0f
|
||||
chip.setChipBackgroundColorResource(R.color.color_222222)
|
||||
|
||||
|
|
|
@ -61,7 +61,7 @@
|
|||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginHorizontal="13.3dp"
|
||||
android:layout_marginTop="16dp"
|
||||
android:layout_marginTop="24dp"
|
||||
android:fontFamily="@font/gmarket_sans_bold"
|
||||
android:textColor="@color/color_eeeeee"
|
||||
android:textSize="18.3sp"
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
android:fontFamily="@font/gmarket_sans_bold"
|
||||
android:text="전체회차 듣기"
|
||||
android:textColor="@color/color_3bb9f1"
|
||||
android:textSize="18.7sp" />
|
||||
android:textSize="16sp" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/tv_total_count"
|
||||
|
@ -31,7 +31,7 @@
|
|||
android:layout_marginStart="2.3dp"
|
||||
android:fontFamily="@font/gmarket_sans_light"
|
||||
android:textColor="@color/color_3bb9f1"
|
||||
android:textSize="18.7sp"
|
||||
android:textSize="16sp"
|
||||
tools:text="(30)" />
|
||||
</LinearLayout>
|
||||
|
||||
|
|
Loading…
Reference in New Issue