Manojna Chintapalli
07/14/2022, 9:40 PMandroid:forceDarkAllowed = true
I didn't find any useful resources on how to use this with Compose. Thanks in advance.Chris Sinco [G]
07/14/2022, 11:19 PMManojna Chintapalli
07/14/2022, 11:47 PMandroid:forceDarkAllowed = true
flag in styles.xml I got the app to convert into dark theme colors (I know you can't choose colors) when dark theme toggle is on, but with compose, I am not sure how to apply the same thing. I tried to do it in themes.xml but that is not auto converting all the views into dark theme colors.Chris Sinco [G]
07/15/2022, 12:17 AMManojna Chintapalli
07/15/2022, 12:20 AMForce Dark analyzes each view of your light-themed app, and applies a dark theme automatically before it is drawn to the screen
I want all the views to be drawn in dark mode.
<https://developer.android.com/guide/topics/ui/look-and-feel/darktheme#force-dark>
Chris Sinco [G]
07/15/2022, 4:06 AMManojna Chintapalli
07/15/2022, 5:17 PMChris Sinco [G]
07/15/2022, 5:25 PMManojna Chintapalli
07/15/2022, 5:57 PMChris Sinco [G]
07/15/2022, 6:14 PMManojna Chintapalli
07/15/2022, 6:14 PMChris Sinco [G]
07/15/2022, 6:15 PMLouis Pullen-Freilich [G]
07/15/2022, 7:47 PM