This will probably out me as a newbie to ask, but - what is the easiest way to reference a settings/property in another settings/property?
Context: I have a watch face I am working on, and I want to provide deep customization options. There are several elements on the watch face that up until now all pulled a "theme" property/setting color to color them in. I want to make setting/property items for some of these elements, but set the default as "theme" to continue using the set theme. How can I pull the prior set theme color through as an option on the new setting item? I tried the standard App.getApp().getProperty("Theme") for the new setting item, and for the default property, and that did not work. Can anyone point me in the right direction? Couldn't find a thread about this, but I probably just missed it.
Thanks!
Edit - figured this out, just needed to use a bit more common sense.