Delphi 11 10 XE8 XE7 XE Seattle Berlin Tokyo Rio Firemonkey, Delphi Android, Delphi IOS

Free Light And Dark KitKat 4.4 Style For Delphi XE5 Firemonkey On Android

| Delphi 11 10 XE8 XE7 XE Seattle Berlin Tokyo Rio Firemonkey Delphi Android Delphi IOS

Delphi XE5 Firemonkey Android Kitkat Style | Delphi 11 10 XE8 XE7 XE Seattle Berlin Tokyo Rio Firemonkey Delphi Android Delphi IOSSarina DuPont from Embarcadero released an updated Android theme which contains new styling for Android Kitkat 4.4. The styling isn’t much different from the older Android styling but if you want to stay up with the latest Android look and feel this is what you should use. There is a dark style and a light style included. It also includes style templates for the Bitmap Style Designer if you need them. This updated style came out in January but there is also an interesting piece of code with it that shows you how to apply a style based on the version number of the OS it is running on. You could expand this code to handle multiple versions (like IOS 6 and IOS 7) and operating systems. Here is the sample code:
{$IFDEF ANDROID}
if TOSVersion.Check(4, 4) then StyleBook := KitKatStyleBook;
{$ENDIF}

Head over and read the full blog post about the KitKat style and then download it.

Download the Android Kitkat style directly.

Exit mobile version