I'm confused about the values that we use in values/dimens.xml.
For ex. if I've declared the below dimension for text size in values/dimens.xml
<dimen name="text_30">30sp</dimen>
then what should be an equivalent value of 30sp in values-sw600dp/dimens.xml and values-w820dp/dimens.xml ? Is there any proportion/formula that we need to apply while putting values in these different dimens.xml ?
Also same question for dp values as well.
Thanks in advance.