feat(waze patch): customizable themeColor

This commit is contained in:
Se7en-dev
2026-07-02 22:56:09 +02:00
parent 03271bf26d
commit 50b99b6193
10 changed files with 259 additions and 2 deletions
@@ -97,7 +97,7 @@
const-string v1, "themeColor"
const v2, -0xde0114 # TIDAL cyan #ff21feec
const v2, __RL_WAZE_THEME_COLOR__ # Waze SDK themeColor
invoke-virtual {v0, v1, v2}, Landroid/os/Bundle;->putInt(Ljava/lang/String;I)V
+7
View File
@@ -233,6 +233,13 @@
],
"defaultIndex": 0,
"token": "RL_WAZE_ROOT_ID"
},
{
"type": "color",
"key": "accent_color",
"title": "Accent Color",
"default": -16747037,
"token": "RL_WAZE_THEME_COLOR"
}
]
},