I’m creating a widget for which I need to calculate the minHeight and minWidth.
Now if I have a TextView which has a width and height of wrap_content, and a text size of 18sp, how can I find out what size the TextView will become in dp?
If I right understand, its for you.