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
The current implementation sort of requires you to implement the fragment in your own activity and call setTheme(int) yourself, recreating the activity on each theme change, which - while workable - doesn't really provide the best implementation for most projects. Proposed changes are to implement .withTheme(int) and .withDarkTheme(boolean) methods in Attribouter, along with improving how the activity handles its toolbar / icon colors.
The text was updated successfully, but these errors were encountered:
Update, quite a while later: with the recent addition of the .DayNight theme in develop, I'm seeing this as less important, but it could still be a nice utility to have.
The current implementation sort of requires you to implement the fragment in your own activity and call
setTheme(int)
yourself, recreating the activity on each theme change, which - while workable - doesn't really provide the best implementation for most projects. Proposed changes are to implement.withTheme(int)
and.withDarkTheme(boolean)
methods in Attribouter, along with improving how the activity handles its toolbar / icon colors.The text was updated successfully, but these errors were encountered: