What is the library approach to dealing with @Dime...
# compose-wear
y
What is the library approach to dealing with @DimenRes in APIs? Does compose-wear always expect resource values to be resolved outside of the APIs? cc @John Nichol @saryong
s
As far a I know, Compose supports only DP from dimension resource. (
dimensionResource
)
j
Nothing special in Compose for WearOS - we just follow Core Compose
a
Working with dimen resources in compose UI is pretty rare and generally only done for code that shares the same values between both compose and view layout xml