[TV] Limit Homepage Header Description to 3 lines & 6 Tags

This commit is contained in:
KingLucius 2024-02-18 08:06:40 +02:00
parent 09779b4ee0
commit 2a16ff3e64
2 changed files with 2 additions and 2 deletions

View file

@ -317,7 +317,7 @@ class HomeParentItemAdapterPreview(
homePreviewText.text = item.name
populateChips(
homePreviewTags,
item.tags ?: emptyList(),
item.tags?.take(6) ?: emptyList(),
R.style.ChipFilledSemiTransparent
)

View file

@ -137,7 +137,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:ellipsize="end"
android:maxLines="5"
android:maxLines="3"
android:paddingBottom="5dp"
android:textSize="15sp"
tools:text="very nice tv series" />