I'm used to web design, where I can ensure an element has padding (and other such values) that scales to its current font size, like:
button {
padding: .5em 1em;
}
How can I accomplish this in Android?
You can use SP, but it works only for the user side re-size.