Zendesk Web Widget and SDKs: Android: Dark Theme | The place for Zendesk users to come together and share
Skip to main content
Question

Zendesk Web Widget and SDKs: Android: Dark Theme

  • March 25, 2022
  • 2 replies
  • 1 view

Dev14

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

2 replies

Tipene
  • Employee
  • 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