From 624eb57e7a756d96322ef3763f2d92a2604fdd16 Mon Sep 17 00:00:00 2001 From: OxygenCobalt Date: Thu, 2 Sep 2021 06:49:20 -0600 Subject: [PATCH] ui: fix divider color Divider colors were accidentally messed up when the dark theme was revamped, fix that. --- app/src/main/java/org/oxycblt/auxio/detail/DetailFragment.kt | 3 +++ app/src/main/res/layout/fragment_home.xml | 4 ++-- app/src/main/res/values-night/colors.xml | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/app/src/main/java/org/oxycblt/auxio/detail/DetailFragment.kt b/app/src/main/java/org/oxycblt/auxio/detail/DetailFragment.kt index c38031d01..27053ea33 100644 --- a/app/src/main/java/org/oxycblt/auxio/detail/DetailFragment.kt +++ b/app/src/main/java/org/oxycblt/auxio/detail/DetailFragment.kt @@ -36,6 +36,9 @@ import org.oxycblt.auxio.util.isLandscape /** * A Base [Fragment] implementing the base features shared across all detail fragments. + * TODO: Want to implement something using CollapsingToolbarLayout. This would eliminate alot of + * the complexity from this ball of mud, but I have to do something to fix the scroll stopping + * issue. * @author OxygenCobalt */ abstract class DetailFragment : Fragment() { diff --git a/app/src/main/res/layout/fragment_home.xml b/app/src/main/res/layout/fragment_home.xml index eb545fcfe..1655939af 100644 --- a/app/src/main/res/layout/fragment_home.xml +++ b/app/src/main/res/layout/fragment_home.xml @@ -5,7 +5,6 @@ tools:context=".home.HomeFragment"> diff --git a/app/src/main/res/values-night/colors.xml b/app/src/main/res/values-night/colors.xml index 71bd78af5..9ee77877a 100644 --- a/app/src/main/res/values-night/colors.xml +++ b/app/src/main/res/values-night/colors.xml @@ -1,7 +1,7 @@ @color/surface_night - #323232 + #3b3c3f #484848 #404040 #ffffff