Fix tag editor colors
This commit is contained in:
parent
cb64998c91
commit
fa83e809aa
4 changed files with 78 additions and 84 deletions
|
@ -74,7 +74,7 @@ class MetalRecyclerViewPager : RecyclerView {
|
|||
itemWidth = if (RetroUtil.isTablet()) {
|
||||
displayMetrics.widthPixels / 2 - itemMargin * 3
|
||||
} else if (RetroUtil.isLandscape()) {
|
||||
((displayMetrics.widthPixels / 1.5f) - itemMargin).toInt()
|
||||
((displayMetrics.widthPixels / 2.5f) - itemMargin).toInt()
|
||||
} else {
|
||||
displayMetrics.widthPixels - itemMargin
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue