In a TextView, the text starts pretty close to the start of the View itself. However, That isn't true for every view that contains text. A spinner for example seems to have 8dp of internal padding.
The problem with this is that, if I give every view the same margin, it doesn't look like the views are correctly aligned. Is it possible to dynamically reduce my margins to align the text in all the views?
2.1m questions
2.1m answers
60 comments
57.0k users