maxkeppeler / sheets

⭐ ‎‎‎‏‏‎ ‎Offers a range of beautiful sheets (dialogs & bottom sheets) for quick use in your project. Includes many ways to customize sheets.
https://maxkeppeler.github.io/sheets/
Apache License 2.0
921 stars 77 forks source link

InputCustom setting to not pad view #86

Closed GraxCode closed 3 years ago

GraxCode commented 3 years ago

Currently, I have to do this:

          inputCustom.view(myView, view -> null);
          rubbers.post(() -> ((ViewGroup) myView.getParent()).setPadding(0,0,0,0)); // workaround
          inputCustom.fullView(true);

There should be a setting to fix this.

maxkeppeler commented 3 years ago

Absolutely - will work on it soon. Sorry for the inconvenience!

maxkeppeler commented 3 years ago

I've to ask again. You basically want to get rid of the small 4dp padding at the top and bottom of the custom input item? May I know what are you trying to do? As I imagine it, it would look kinda off next to normal input items.