mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 10:44:42 +00:00
Update category indicator spacing
This commit is contained in:
parent
60bb7d919d
commit
f297444d19
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue