Which element do I need to modify to add padding between a drawable and its enclosed elements?
问题 Based on what I learned here, I was able to add some "fences" around groupings of related widgets: But, as you can see, the second/lower box is crowding the first radio button text. Which element do I need to modify to add some space? Do I need to add something to the box itself, which lives in the drawable folder and is defined like this: <?xml version="1.0" encoding="utf-8"?> <shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle" > <stroke android:width=