xamarin/Xamarin.Forms

[Bug] Top and Bottom padding on Material button can't be set to less than 8dp

Offen

#7.860 geöffnet am 07.10.2019

 (2 Kommentare) (2 Reaktionen) (0 zugewiesene Personen)C# (1.926 Forks)batch import
a/visuale/3 :clock3:help wantedt/bug :bug:up-for-grabs

Repository-Metriken

Stars
 (5.644 Sterne)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

Description

        <StackLayout Visual="Material">
            <Button  Padding="0" Text="no padding" ></Button>
            <Button  Text="default"></Button>
        </StackLayout>

Both of the controls above render with the same padding applied to the control so you can't get a 36 dp height on a Material Button (which is allowable as part of the Material spec)

Expected Behavior

When you set padding to zero the padding on all side of the control should be zero

Actual Behavior

It's not zero

Basic Information

  • Version with issue: master (I also tested with Android X)

Contributor Guide