Questions tagged [firemonkey-style]

Most firemonkey components are only containers drawn in different styles. The style itself is separated from the control and can be switched at runtime by linking another style resource.

This tag is for questions related to firemonkey style objects or styling. Stylers are stored in style resource objects and can be cascaded and applied to any firemonkey control.

34 questions
0
votes
3 answers

How can I change the colour of the toolbar in a FireMonkey mobile application

I'm using Delphi XE7 for developing mobile application. And how can I change the colour of the TToolbar component in Firemonkey mobile application? I can not find the option in the Object Inspector. Is there any other option to change the colour of…
0
votes
1 answer

How to create gradient button for mobile using Delphi XE7?

I'm using Delphi XE7 for creating Android / iOS mobile application And how can I create the gradient button (Sample Gradient button)using FireMonkey Mobile application. Or should I need to use Style Book for applying the Gradient Colour in the…
0
votes
1 answer

load my custom style to android

i write my custom listbox item style. I Create my itemstyle.style. I want to port this style on Android Platform but don't work. I Add in Resource and bitmap itemstyle.style with identifier "Resource1" In my code var Item: TListboxItem; Style:…
Bonci Marco
  • 301
  • 2
  • 5
  • 17
-1
votes
3 answers

Firemonkey SpeedButton / Button

In Firemonkey, what's the "MAGIC" to make the buttons looks like below? For me, most important is the size of the image and the layout of the text inside the button, but how to do this in firemonkey? What properties i have to confuigure? This was…
Linces Marques
  • 644
  • 1
  • 10
  • 24
1 2
3