material-components-android icon indicating copy to clipboard operation
material-components-android copied to clipboard

[MaterialRadioButton] Add support for setting the padding between the left edge of the layout and the radio button

Open grzesiek2010 opened this issue 1 year ago • 0 comments
trafficstars

I would like to be able to adjust the padding between the left edge of the layout and the radio button so that the area is clickable: Screenshot-from-2024-06-03-18-47-37 Using paddingStart adds space between the indicator and the title, which is not the desired effect to me. Screenshot-from-2024-06-03-18-47-37 (1) Currently to achieve the desired effect I need to wrap that radio button into another layout and make it clickable or create a custom drawable: https://stackoverflow.com/a/48153475/5479029

grzesiek2010 avatar Jun 04 '24 06:06 grzesiek2010