fix: Patch selection screen padding
Closes https://github.com/ReVanced/revanced-manager/issues/2520 and also https://github.com/ReVanced/revanced-manager/issues/2502
Enough? Too much?
Can the padding be made more consistent with other screens?
I believe I use verticalArrangement for Columns across the app, that can be used for the dialog padding
As for the patches page padding, I don't exactly remember what it's called but I don't think I outright add padding, I think it might be called innerPadding in lazycolumns or something, also, why is there a lack of padding to begin with? there's supposed to be a default amount of padding, that should be looked into
@Ushie
I checked but verticalArrangement is not adding the padding. I believe that is used to space items in a Column component, while I need to add it to the top of the component..
The verticalArrangement thing is for the add bundle dialog
contentPadding is for the patches screen, I'm not sure if contentPadding will work for landscape but it's worth a try
@Ushie
Again, verticalArrangement is not adding the padding (unless I'm missing something)
.
For the patches screen, contentPadding is not a valid parameter for a Column attribute, that only exists for LazyColumn.