mirror of
https://github.com/skyline-emu/skyline.git
synced 2025-03-22 01:40:16 +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`.