Android Question Should I use Android themes?

Filippo

Expert
Licensed User
Longtime User
Hi,

in this thread Erel writes that you can change the colors without AppCompat.


I have always used the library AppCompat to change the color until now.
Now I don't want to use it either.
All my applications are created with minSdkVersion="24".

So I'm wondering if I should even use an Android theme if I don't want to change the default color.
What do you think about this?
 

Filippo

Expert
Licensed User
Longtime User
I have now made a few tests with my Samsung Galaxy A13, with and without Android theme, and find that the graphics look nicer without Android theme set.
Of course, this is just a matter of taste.

Screenshot without Android theme set:
1697704808901.png


Screenshot using Themes.LightTheme:
1697704996479.png


Screenshot using Themes.DarkTheme:
1697705105024.png
 
Upvote 0
Top