Delphi

Aqua Graphite Style FMX Style on Linux

Aqua Graphite is an exciting FMX style that brings a fresh take on the Windows 10 color scheme to FMXLinux, new in Delphi 10.3 Rio. It’s easy to incorporate Aqua Graphite. Just use a TStyleBook to implement the style, found in your Styles folder. C:UsersPublicDocumentsEmbarcaderoStudio20.0StylesAquaGraphite.style Here is a sample of the Aqua Graphite style in action on Linux: Best of…
Read more
Delphi

Amakrits FMX Style on Linux

Amakrits is a striking FMX style that looks great in Deplhi 10.3 Rio’s new FMXLinux. Its bold teal accents will make any project stand out, and it comes included in Delphi 10.3 Rio. All you have to do is use a TStyleBook to include the Linux version of the Amakrits…
Delphi

Air FMX Style on Linux

FMXLinux is a fantastic new addition to Delphi 10.3 Rio, and Air is a sharp new style available for you to use with it. Air gives your FMXLinux project a clean, professional look, and it is easy to use. Simply use a TStyleBook to include the style, which can be found in the…
Delphi

Creating a profile screen for your mobile application

I am using the following components on my form: TTabControl with 3 tab items TabItem3 consists of: TCircle with the stroke color set to match the toolbar color and a profile photo as the fill TToolbar with multiple Speedbuttons and the screen title Multiple labels on the form TListBox with several list items, each with a custom bitmap and a Listbox search header. TStyleBook…
Read more
C++

Changing the color scheme of an Android style

Author: Felipe X60228 In this post, we’ll show you how to use the Bitmap-style designer to change the color scheme of an Android-style you’ve created in IDE Software. Step 1: Select one of the Style Templates Open the Bitmap Style Designer via the Tools menu in…