|
10 | 10 | <ResourceDictionary>
|
11 | 11 | <ResourceDictionary.MergedDictionaries>
|
12 | 12 | <ResourceDictionary Source="pack://application:,,,/MaterialDesignThemes.Wpf;component/Themes/MaterialDesignTheme.Button.xaml" />
|
| 13 | + <ResourceDictionary Source="pack://application:,,,/MaterialDesignThemes.Wpf;component/Themes/MaterialDesignTheme.Card.xaml" /> |
13 | 14 | <ResourceDictionary Source="pack://application:,,,/MaterialDesignThemes.Wpf;component/Themes/MaterialDesignTheme.CheckBox.xaml" />
|
14 | 15 | </ResourceDictionary.MergedDictionaries>
|
15 | 16 | </ResourceDictionary>
|
|
44 | 45 | </StackPanel>
|
45 | 46 | </Grid>
|
46 | 47 | </materialDesign:Card>
|
| 48 | + <materialDesign:Card Margin="4 4 0 0" Background="#03a9f4" |
| 49 | + Foreground="{DynamicResource PrimaryHueDarkForegroundBrush}" |
| 50 | + Padding="0" |
| 51 | + Width="200"> |
| 52 | + <Grid> |
| 53 | + <Grid.RowDefinitions> |
| 54 | + <RowDefinition Height="Auto" /> |
| 55 | + <RowDefinition Height="Auto" /> |
| 56 | + <RowDefinition Height="Auto" /> |
| 57 | + </Grid.RowDefinitions> |
| 58 | + <TextBlock Grid.Row="0" Margin="16 16 16 4" Style="{StaticResource MaterialDesignHeadlineTextBlock}">Call Jennifer</TextBlock> |
| 59 | + <Separator Grid.Row="1" Style="{StaticResource MaterialDesignDarkSeparator}"/> |
| 60 | + <TextBlock Grid.Row="2" Margin="16 0 16 8" VerticalAlignment="Center" HorizontalAlignment="Left" Style="{StaticResource MaterialDesignBody1TextBlock}">March 19, 2016</TextBlock> |
| 61 | + <StackPanel Grid.Row="2" Orientation="Horizontal" Margin="16 0 16 8" HorizontalAlignment="Right"> |
| 62 | + <Button HorizontalAlignment="Right" Style="{StaticResource MaterialDesignToolForegroundButton}" Width="30" Padding="2 0 2 0" |
| 63 | + materialDesign:RippleAssist.IsCentered="True"> |
| 64 | + <materialDesign:PackIcon Kind="Phone" /> |
| 65 | + </Button> |
| 66 | + </StackPanel> |
| 67 | + </Grid> |
| 68 | + </materialDesign:Card> |
47 | 69 | <materialDesign:Card Margin="4 4 0 0" Background="{DynamicResource PrimaryHueLightBrush}"
|
48 | 70 | Foreground="{DynamicResource PrimaryHueLightForegroundBrush}"
|
49 | 71 | Padding="8">
|
50 | 72 | <TextBlock FontSize="16">Boring Text</TextBlock>
|
51 | 73 | </materialDesign:Card>
|
52 | 74 | <materialDesign:Card Margin="4 4 0 0" Background="{DynamicResource PrimaryHueDarkBrush}"
|
53 | 75 | Foreground="{DynamicResource PrimaryHueDarkForegroundBrush}"
|
54 |
| - Padding="8"> |
| 76 | + > |
55 | 77 | <StackPanel>
|
56 |
| - <TextBlock FontSize="16">Notes</TextBlock> |
57 |
| - <CheckBox Margin="0 4 0 0" Style="{StaticResource MaterialDesignUserForegroundCheckBox}">Do something good</CheckBox> |
58 |
| - <CheckBox Style="{StaticResource MaterialDesignUserForegroundCheckBox}">Take a breather</CheckBox> |
59 |
| - <CheckBox Style="{StaticResource MaterialDesignUserForegroundCheckBox}">And go create</CheckBox> |
| 78 | + <TextBlock Margin="16 16 12 8" FontSize="16">Notes</TextBlock> |
| 79 | + <CheckBox Margin="16 4 16 0" Style="{StaticResource MaterialDesignUserForegroundCheckBox}">Do something good</CheckBox> |
| 80 | + <CheckBox Margin="16 4 16 0" Style="{StaticResource MaterialDesignUserForegroundCheckBox}">Take a breather</CheckBox> |
| 81 | + <CheckBox Margin="16 4 16 0" Style="{StaticResource MaterialDesignUserForegroundCheckBox}">And go create</CheckBox> |
| 82 | + <Separator Style="{StaticResource MaterialDesignLightSeparator}"/> |
| 83 | + <StackPanel Margin="8 0 8 8" Orientation="Horizontal" HorizontalAlignment="Right"> |
| 84 | + <Button HorizontalAlignment="Right" Style="{StaticResource MaterialDesignToolForegroundButton}" Width="30" Padding="2 0 0 0" |
| 85 | + materialDesign:RippleAssist.IsCentered="True"> |
| 86 | + <materialDesign:PackIcon Kind="CheckAll" /> |
| 87 | + </Button> |
| 88 | + </StackPanel> |
60 | 89 | </StackPanel>
|
61 | 90 | </materialDesign:Card>
|
62 | 91 | <materialDesign:Card Margin="4 4 0 0" Background="{DynamicResource PrimaryHueDarkBrush}"
|
|
0 commit comments