Skip to content

Instantly share code, notes, and snippets.

@nurcinozer
Created July 30, 2019 11:58
Show Gist options
  • Save nurcinozer/f88e88367630058fc13f44e79fec6d27 to your computer and use it in GitHub Desktop.
Save nurcinozer/f88e88367630058fc13f44e79fec6d27 to your computer and use it in GitHub Desktop.
<pancakeview:PancakeView
Grid.Row="0"
CornerRadius="5"
HasShadow="false"
BorderThickness="0"
HeightRequest="40"
Margin="20,0,10,10"
HorizontalOptions="Start">
<local:CustomSearchBar
TextColor="{StaticResource SecondaryTextColor}"
BackgroundColor="{StaticResource GreyBackgroundColor}">
</local:CustomSearchBar>
</pancakeview:PancakeView>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment