I have ListView which contains many records with TextViews and WebViews. And i want to make them looks identical. But font size in TextView and WebView looks different on some devices (depends on screen size). For TextView I use sp units for WebView I tried to use setDefaultFontSize and setTextSize.
Thanks