Android Question Define global color for editor and visual designer

Nickelgrass

Active Member
Licensed User
Longtime User
Hello,
is it somehow possible to globally define a color and access it from the editor as well as set colors in the visual designer? The idea is to have a possibility to define colors in only one place and then have objects in the visual designer as well as code generated set to the same color scheme.
 

Nickelgrass

Active Member
Licensed User
Longtime User
Thanks for the reply. The problem is how can I access the colors also in the visual designer. I made a workaround setting the views color in the Activity_Create.
 
Upvote 0

Sagenut

Expert
Licensed User
Longtime User
Thanks for the reply. The problem is how can I access the colors also in the visual designer. I made a workaround setting the views color in the Activity_Create.
For the Designer I have no idea.
 
Upvote 0
Top