<@U5D6V79TL> if you are using isolated xml layout ...
# android
g
@kevin.cianfarini if you are using isolated xml layout in a single app - synthetics are ideal to have access to sub-views. If you are implementing a library, synthetics will not be visible to the consumers of your library, because code is generated/injected in place of usage of your layout by the synthetics compiler plugin
👍 1