Zendesk Web Widget and SDKs: Android: Dark Theme | Community
Skip to main content

Zendesk Web Widget and SDKs: Android: Dark Theme

  • March 25, 2022
  • 2 replies
  • 0 views

Dev14

Is there is a way to disable dark theme (Android OS)

2 replies

Tipene
  • April 4, 2022
Hey Alexey,
 
Yes, you should be able to explicitly declare the theme using the AppCompatDelegate.setDefaultNightMode() method. Here's a couple of articles which go in to more detail:
 
I hope this helps!
 
Tipene

Dev14
  • Author
  • June 27, 2022

It worked! Thank You