Android Question Button Color on older Phones

Quillok

Member
Licensed User
Longtime User
Hey,

I think there is a simple solution for my problem, but i can't find anything about it :/

i just program and debug on my pixel 2 where the default buttons are all light gray. If I now debug on my Nexus 5 with Android 6, the buttons are all dark gray and the default font color is white, which destroys the complete appearance of the app.
I can change the font color in the code, but not the button color :/

Is there a simple way to make the designs look the same on other older devices? Does this have to be done by the minimum SDK version? But then many potential devices wouldn't be compatible with the app anymore!
 

Quillok

Member
Licensed User
Longtime User
Wow, thank you very much, this worked... for 95% :/

The buttons and the font color is now perfect, but now I've got the problem, that the text of a mesagebox seems to be invisible because the font of it is white... am I missing something? In the sample project in the link it's the same problem...

*Edit*
Ahhhh found it... I thought the Primary Font Color was already black.... but it was white, changed it to #000000 and now everything works perfect....

THANK YOU VERY MUCH!!! :D
 
Upvote 0
Top