mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 10:44:42 +00:00
Make browse grid titles back to 2 lines
This commit is contained in:
parent
95e2bb1e8b
commit
b65b229297
2 changed files with 3 additions and 1 deletions
|
@ -47,6 +47,8 @@ class MigrationProcessHolder(
|
|||
arrayOf(binding.migrationMangaCardFrom, binding.migrationMangaCardTo).forEach {
|
||||
setCards(adapter.showOutline, it.card, it.unreadDownloadBadge.badgeView)
|
||||
}
|
||||
binding.migrationMangaCardFrom.title.maxLines = 1
|
||||
binding.migrationMangaCardTo.title.maxLines = 1
|
||||
}
|
||||
|
||||
fun bind(item: MigrationProcessItem) {
|
||||
|
|
|
@ -172,7 +172,7 @@
|
|||
android:layout_height="wrap_content"
|
||||
android:ellipsize="end"
|
||||
app:lineHeight="15sp"
|
||||
android:maxLines="1"
|
||||
android:maxLines="2"
|
||||
android:textColor="@color/library_comfortable_title_selector"
|
||||
app:layout_constraintBottom_toTopOf="@+id/subtitle"
|
||||
tools:text="Sample name" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue