python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Style are not applied in Kotlin
I have created a button style defines in the themes.xml as below:
<style name="MyAppTheme.Button" parent="Widget.AppCompat.Button.Colored">
<item name="an...
Seb
Votes: 0
Answers: 2
Android Layout Fails in Dark Mode
I am running a test app to practice themes. The app runs fine in light mode. When I turn on Dark Mode in my device, it fails to load the layout file, more Specifically when the MaterialToolbar is used...
Deepak
Votes: 0
Answers: 0
Android 12 accent color in Light / Dark Theme
I am little bit lost in colors scheme on Android 12. If a user changes color scheme, the color of the notification icon will change too (see arrow in the picture below). I found out that this color ca...
t0m
Votes: 0
Answers: 0
How to handle theme changing when using android:configChanges="uiMode?
I am using android:configChanges="uiMode" to avoid recreating my activity but I have a problem with theme changing, here is my
Light theme file:
<resources xmlns:tools="http://schem...
Zokirjon
Votes: 0
Answers: 1