fix(YouTube/Settings): contextual action bar has a background layer

This commit is contained in:
inotia00
2024-04-23 22:22:39 +09:00
parent 1765d0575f
commit 4667cbfde9
4 changed files with 42 additions and 1 deletions

View File

@ -96,7 +96,9 @@ object SettingsPatch : BaseResourcePatch(
*/
arrayOf(
"arrays.xml",
"strings.xml"
"dimens.xml",
"strings.xml",
"styles.xml"
).forEach { xmlFile ->
context.copyXmlNode("youtube/settings/host", "values/$xmlFile", "resources")
}