From 69ef93bfa88c1372318ae46566e468efd9d70585 Mon Sep 17 00:00:00 2001 From: PixelyIon Date: Thu, 11 Nov 2021 20:19:30 +0530 Subject: [PATCH] Add Dividers to `ControllerActivity`'s `RecyclerView` 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`. --- .idea/misc.xml | 10 +++++++++ .../emu/skyline/adapter/GenericAdapter.kt | 2 ++ .../emu/skyline/input/ControllerActivity.kt | 21 +++++++++++++++++++ app/src/main/res/values-night/colors.xml | 1 + app/src/main/res/values/colors.xml | 1 + 5 files changed, 35 insertions(+) diff --git a/.idea/misc.xml b/.idea/misc.xml index 7689fac6..7e295ae7 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -3,7 +3,17 @@