yangyxd / FMXUI

FMX跨平台基础UI库
MIT License
261 stars 98 forks source link

SetDefaultStatusColor Not work in Delphi 10.3 #7

Closed marlonnardi closed 5 years ago

marlonnardi commented 5 years ago

First of all, congratulations on your excellent work. Coming back to the problem Statubar on Android does not work when set.

Project Demo -> TFrameView.SetDefaultStatusColor($ff800080);

Delphi 10.3 Version 26.0.32429.4364 Android 8.0 - Moto g6

KngStr commented 5 years ago

Did you set emb's styles.xml disabled?

marlonnardi commented 5 years ago

Solved, very thanks ;) Screenshot_20190613-082236

KngStr commented 5 years ago

Well, your app looks very nice.

stackerliew commented 5 years ago

Did you set emb's styles.xml disabled?

How To Set emb's styles.xml disabled?

KngStr commented 5 years ago

@stackerliew open deployment, and uncheck the styles.xml

stackerliew commented 5 years ago

I use 10.3.2, unchecked all styles.xml, still doesn't work.

KngStr commented 5 years ago

ok, I'll check it out