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. |
||
|---|---|---|
| .. | ||
| schemas/com.keylesspalace.tusky.db.AppDatabase | ||
| src | ||
| build.gradle | ||
| getGitSha.gradle | ||
| lint-baseline.xml | ||
| lint.xml | ||
| proguard-rules.pro | ||