mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-09 19:55:11 +01:00
Update category indicator spacing
This commit is contained in:
parent
60bb7d919d
commit
f297444d19
@ -168,7 +168,7 @@ class LibraryController(
|
||||
text_view_m.translationY = view.height *
|
||||
(index.toFloat() / (adapter.headerItems.size + 1))
|
||||
- text_view_m.height / 2 + 16.dpToPx
|
||||
text_view_m.translationX = 50f.dpToPx
|
||||
text_view_m.translationX = 45f.dpToPx
|
||||
text_view_m.alpha = 1f
|
||||
text_view_m.text = headerItem.category.name
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user