commit 3d515f123def98e29e609ea38d1f7aaf62f44527
parent 22ca0db0b51b90ecdc85b8640964c2b752058358
Author: iorgamgabriel <iorgamgabriel@yahoo.com>
Date: Thu, 16 Oct 2025 14:01:49 +0000
Bug 1993448 - Install extension dialog text should be visible. r=android-reviewers,tthibaud
Differential Revision: https://phabricator.services.mozilla.com/D268263
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/mobile/android/fenix/app/src/main/res/layout/overlay_add_on_progress.xml b/mobile/android/fenix/app/src/main/res/layout/overlay_add_on_progress.xml
@@ -19,6 +19,7 @@
<TextView
android:id="@+id/add_ons_overlay_text"
android:layout_width="wrap_content"
+ android:textColor="?attr/textPrimary"
android:layout_height="wrap_content"
android:layout_marginStart="8dp"
android:layout_marginEnd="8dp"
@@ -30,7 +31,7 @@
<Button
android:id="@+id/cancel_button"
- style="?android:attr/borderlessButtonStyle"
+ style="?attr/borderlessButtonStyle"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_below="@id/add_ons_overlay_text"