grishka / appkit

Android app boilerplate + image loader
52 stars 17 forks source link

Add util function for calculating sp #8

Closed sk22 closed 1 year ago

sk22 commented 1 year ago

To improve on apps' accessibility, having a V.sp function, analog to V.dp would be helpful. For reference: The value of an sp is the same as a dp, except if the user changes the text size in their system settings, see https://developer.android.com/guide/topics/resources/more-resources.html#Dimension