*Compose Resources* I have a drawable resource in...
# compose
z
Compose Resources I have a drawable resource in xxxhdpi with size 80px. It's is being translated to be more than 26dp, it suppose to translate to 20dp. Using android /res is working fine, but using /composeResource folder it translate into a bigger dp size. Anyone facing the same issue?