mirror of
https://github.com/skyline-emu/skyline.git
synced 2025-03-03 21:05:20 +03:00
Dividers after titles were missing in `ControllerActivity` which made it look inconsistent with `SettingsActivity` which did have them. They have now been added by extending `DividerItemDecoration` to be drawn before any `ControllerHeaderItem`.