Update category indicator spacing

This commit is contained in:
Jay 2020-04-13 02:51:06 -04:00
parent 60bb7d919d
commit f297444d19

View File

@ -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
}