Skip to content
This repository was archived by the owner on Jan 2, 2026. It is now read-only.
This repository was archived by the owner on Jan 2, 2026. It is now read-only.

bug(YouTube/Settings): EditTextDialog's background color does not match when Theme patch is excluded #2422

@inotia00

Description

@inotia00

Type

Error at runtime

Tools used

CLI

Application

YouTube 19.16.39

Bug description

If the Theme patch is excluded, the background color of the EditText view will not match the background color of the dialog.

EditText

The color code of the background of the dialog is FF0F0F0F (R.color.yt_black3),
and the color code of the background of the EditText is FF212121 (R.color.yt_black1).

The cause of the issue was that an incorrect theme was used in the process of fixing issue #2052.

Error logs

N/A

Solution

Uses the Attributes used by YouTube's alert dialogs

Additional context

N/A

Device Environment

Android 14, HyperOS 1.0

Acknowledgements

  • This issue does not reproduce on unpatched YouTube or YT Music.
  • This issue is not a duplicate of an existing bug report.
  • I didn't use any settings marked as Experimental Flags.
  • I have chosen an appropriate title.
  • All requested information has been provided properly.
  • I have written the title and contents in English.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Bug reportSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions