You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Maybe the issue is because of this, can you make it android:background="?android:colorBackground"
This should solve the issue hopefully
Thanks for you Library :)
The text was updated successfully, but these errors were encountered:
javiersantos
changed the title
[BUG] Enforcing DarkTheme the Dialog background is always white
Enforcing DarkTheme the Dialog background is always white
Feb 26, 2018
Step 1. Set (main_content) LinearLayout's android:background="@android:color/white" to android:background="?android:colorBackground" on both the style_dialog_header_* layouts
Step 2. Add <\item name="md_dark_theme">true<\item> in DarkTheme @ values/styles
MaterialStyledDialogs/library/src/main/res/layout/style_dialog_header_title.xml
Line 6 in 9eb3ed5
Maybe the issue is because of this, can you make it android:background="?android:colorBackground"
This should solve the issue hopefully
Thanks for you Library :)
The text was updated successfully, but these errors were encountered: