Consider the file res/values/dimens.xml:
<?xml version="1.0" encoding="utf-8"?>
<resources>
<dimen name="font_large">32sp</dimen>
</resources>
How do you retrieve the size from the application code?
Consider the file res/values/dimens.xml:
<?xml version="1.0" encoding="utf-8"?>
<resources>
<dimen name="font_large">32sp</dimen>
</resources>
How do you retrieve the size from the application code?
Create a free account to access the full topic