Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

Remove Bottom Margin in TitleView #9253

Closed
jrahma opened this issue Jan 19, 2020 · 1 comment
Closed

Remove Bottom Margin in TitleView #9253

jrahma opened this issue Jan 19, 2020 · 1 comment
Labels
a/titleview p/Android s/unverified New report that has yet to be verified t/bug 🐛

Comments

@jrahma
Copy link

jrahma commented Jan 19, 2020

Hi,

In below image, you can see a bottom margin which looks ugly and cannot be removed although I filled the color with Gold color as below code shown

Hope this will be removed soon..

<NavigationPage.TitleView>
    <Grid HeightRequest="50" ColumnSpacing="0" RowSpacing="0" BackgroundColor="{DynamicResource NavBarAboutBackColor}">
        <Grid.ColumnDefinitions>
            <ColumnDefinition Width="*" />
            <ColumnDefinition Width="Auto" />
        </Grid.ColumnDefinitions>

        <Label Grid.Column="0" Text="Sign in" TextColor="{DynamicResource NavBarAboutTextColor}" HorizontalOptions="FillAndExpand" HorizontalTextAlignment="Center" VerticalOptions="Center" />

        <Image Grid.Column="1" Source="Close.png" Margin="10" WidthRequest="35" HeightRequest="35" HorizontalOptions="End" VerticalOptions="Center">
            <Image.GestureRecognizers>
                <TapGestureRecognizer Tapped="ImageTitleBarCloseTapped" NumberOfTapsRequired="1" />
            </Image.GestureRecognizers>
        </Image>
    </Grid>
</NavigationPage.TitleView>

TitleView

Thanks,
Jassim

@jrahma jrahma added s/unverified New report that has yet to be verified t/bug 🐛 labels Jan 19, 2020
@PureWeen
Copy link
Contributor

I'm going to close this in favor of #9107

Which outlines some approaches to resolving these issues

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
a/titleview p/Android s/unverified New report that has yet to be verified t/bug 🐛
Projects
None yet
Development

No branches or pull requests

3 participants