Is It possibile to have dsl preview without UI cla...
# splitties
p
Is It possibile to have dsl preview without UI class? UI class is useful for activity/fragment, but i think is an overhead for a customview
l
You can preview a custom view straightaway, just like you do for
UiPreView
, because that's what it actually is: a custom view displaying the
root
of a
Ui
.
p
Ok, thank you!