Skip to content

Instantly share code, notes, and snippets.

@wirasetiawan29
Created November 25, 2014 04:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wirasetiawan29/a67b5a6d93e8ca5dd779 to your computer and use it in GitHub Desktop.
Save wirasetiawan29/a67b5a6d93e8ca5dd779 to your computer and use it in GitHub Desktop.
<DataTemplate x:Key="PeopleGroupHeaderTemplate">
<Border Background="Transparent" Padding="5">
<Border Background="{StaticResource PhoneAccentBrush}"
BorderBrush="{StaticResource PhoneAccentBrush}" BorderThickness="2"
Width="62"
Height="62" Margin="0,0,18,0" HorizontalAlignment="Left">
<TextBlock Text="{Binding Key}" Foreground="{StaticResourcePhoneForegroundBrush}" FontSize="48" Padding="6"
FontFamily="{StaticResource PhoneFontFamilySemiLight}"
HorizontalAlignment="Left" VerticalAlignment="Center"/>
</Border>
</Border>
</DataTemplate>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment