diff --git a/src/android/app/src/main/java/org/yuzu/yuzu_emu/ui/GamesFragment.kt b/src/android/app/src/main/java/org/yuzu/yuzu_emu/ui/GamesFragment.kt index db1f808017..03fa1a3a2e 100644 --- a/src/android/app/src/main/java/org/yuzu/yuzu_emu/ui/GamesFragment.kt +++ b/src/android/app/src/main/java/org/yuzu/yuzu_emu/ui/GamesFragment.kt @@ -3,6 +3,7 @@ package org.yuzu.yuzu_emu.ui +import android.annotation.SuppressLint import android.content.Context import android.content.Intent import android.content.res.Configuration @@ -94,6 +95,7 @@ class GamesFragment : Fragment() { return binding.root } + @SuppressLint("NotifyDataSetChanged") override fun onViewCreated(view: View, savedInstanceState: Bundle?) { super.onViewCreated(view, savedInstanceState) homeViewModel.setStatusBarShadeVisibility(true) diff --git a/src/android/app/src/main/res/values-night/yuzu_colors.xml b/src/android/app/src/main/res/values-night/yuzu_colors.xml index 513245d7c4..d39e1327b0 100644 --- a/src/android/app/src/main/res/values-night/yuzu_colors.xml +++ b/src/android/app/src/main/res/values-night/yuzu_colors.xml @@ -226,6 +226,64 @@ #B7B7B7 #B7B7B7 + + + + #FF0080 + #E6006B + #00FFFF + #00E6E6 + + + #000000 + #0D0D0D + #1A1A1A + + + #FFFFFF + #FFFFFF + #FFFFFF + #000000 + + + #FF0040 + #00FF80 + #FFFF00 + #0080FF + + + #9D00FF + #0080FF + #FF8000 + + + #80FF0080 + #8060D1F6 + #80FF8000 + + + #7c757f + #948b98 + #FF0080 + #60D1F6 + + + #CC000000 + + + #FF0080 + #00000000 + #00FFFF + + + #0D0D0D + #1A1A1A + + + #00000000 + #05FF0080 + #0500FFFF + #80000000 #C6C5D0 diff --git a/src/android/app/src/main/res/values/eden_colors.xml b/src/android/app/src/main/res/values/eden_colors.xml deleted file mode 100644 index 58041a29f5..0000000000 --- a/src/android/app/src/main/res/values/eden_colors.xml +++ /dev/null @@ -1,84 +0,0 @@ - - - - - #FF0080 - #E6006B - #00FFFF - #00E6E6 - - - #000000 - #0D0D0D - #1A1A1A - - - #FFFFFF - #FFFFFF - #FFFFFF - #000000 - - - #FF0080 - #9D00FF - #0080FF - #FF8000 - - - #FF0080 - #9D00FF - #00FFFF - - - #80FF0080 - #8000FFFF - #809D00FF - #80FF8000 - - - #7c757f - #948b98 - #FF0080 - #00FFFF - - - #1A1A1A - #FF0080 - #00FFFF - - - #FF0040 - #00FF80 - #FFFF00 - #0080FF - - - #CC000000 - #80000000 - #33000000 - - - #FF0080 - #00000000 - #00FFFF - - - #0D0D0D - #1A1A1A - - - #000000 - #FF0080 - #666666 - - - #00000000 - #05FF0080 - #0500FFFF - - - #33FF0080 - #1A00FFFF - #FFFF0080 - - \ No newline at end of file diff --git a/src/android/app/src/main/res/values/themes.xml b/src/android/app/src/main/res/values/themes.xml index 7f14c2205d..a0d194ab58 100644 --- a/src/android/app/src/main/res/values/themes.xml +++ b/src/android/app/src/main/res/values/themes.xml @@ -64,7 +64,7 @@ false false - @color/eden_overlay_dark + @color/eden_overlay @style/EdenSlider shortEdges false diff --git a/src/android/app/src/main/res/values/yuzu_colors.xml b/src/android/app/src/main/res/values/yuzu_colors.xml index a5af0886a9..3bb98e5410 100644 --- a/src/android/app/src/main/res/values/yuzu_colors.xml +++ b/src/android/app/src/main/res/values/yuzu_colors.xml @@ -221,6 +221,64 @@ #BDBDBD #9E9E9E + + + + #FF0080 + #E6006B + #60D1F6 + #00E6E6 + + + #FFFFFF + #FFFFFF + #D3D3D3 + + + #000000 + #000000 + #FFFFFF + #C0C0C0 + + + #9D00FF + #0080FF + #FF8000 + + + #80FF0080 + #8060D1F6 + #80FF8000 + + + #7c757f + #948b98 + #FF0080 + #60D1F6 + + + #FF0040 + #00FF80 + #FFFF00 + #0080FF + + + #CCFFFFFF + + + #FF0080 + #00000000 + #60D1F6 + + + #F0F0F0 + #D8D8D8 + + + #00000000 + #05FF0080 + #0500FFFF + #C6C5D0 #BA1A1A @@ -230,7 +288,8 @@ #000000 #000000 #80000000 - + + #FFFFFF #FFFFFF #FFFFFF