commit 46eb82d1165b5e5f2f81e950f02883f11808ff9b
parent 296990a936ac6bef81785c4db345c08323db282d
Author: mcarare <48995920+mcarare@users.noreply.github.com>
Date: Wed, 1 Oct 2025 16:38:58 +0000
Bug 1991912 - Update popup menu background. r=android-reviewers,avirvara
This patch sets the `popupMenuBackground` to `modal_background` in the main theme style. This ensures consistency with the rest of the application's UI, such as the window background.
Differential Revision: https://phabricator.services.mozilla.com/D267023
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/mobile/android/focus-android/app/src/main/res/values/styles.xml b/mobile/android/focus-android/app/src/main/res/values/styles.xml
@@ -9,6 +9,7 @@
<item name="colorAccent">@color/accentBright</item>
<item name="android:windowBackground">@color/modal_background</item>
<item name="materialButtonOutlinedStyle">@style/Widget.App.Button.OutlinedButton</item>
+ <item name="popupMenuBackground">@color/modal_background</item>
<item name="android:windowAnimationStyle">@style/WindowAnimationTransition</item>
<item name="android:windowContentTransitions">true</item>