mirror of https://github.com/tuskyapp/Tusky.git
Browse Source
On my device the status info was just slighty misaligned, so I investigated. Turns out the dp values were correct, but the `Utils.dpToPx` method calculates with the exact density of the device, whereas everything else uses the density buckets Android defines. And on some devices that makes a visible difference. Did a little refactor and now everything should always be aligned correctly. And in `item_follow` the padding was just different from other notification items.pull/4963/head
4 changed files with 17 additions and 10 deletions
Loading…
Reference in new issue