diff --git a/doc/styles/AppBarButton.md b/doc/styles/AppBarButton.md new file mode 100644 index 000000000..f26e4bff0 --- /dev/null +++ b/doc/styles/AppBarButton.md @@ -0,0 +1,20 @@ +--- +uid: Uno.Themes.Styles.AppBarButton +--- + +# AppBarButton Control + +## Styles + +| Style Key | IsDefaultStyle\* | +|--------------------------|------------------| +| `AppBarButtonStyle` | True | + +IsDefaultStyle\*: Styles in this column will be set as the default implicit style for the matching control + +## Lightweight Styling + +| Key | Type | Value | +|-------------------------------------------------------|-------------------|------------------------------------| +| `AppBarButtonHeight` | `Double` | `64` | +| `AppBarButtonWidth` | `Double` | `64` | diff --git a/doc/toc.yml b/doc/toc.yml index 27e5adff1..eaecfab1b 100644 --- a/doc/toc.yml +++ b/doc/toc.yml @@ -45,6 +45,8 @@ # ***************** Reference\Lightweight Styling ****************** - name: Lightweight Styling items: + - name: AppBarButton + href: styles/AppBarButton.md - name: Button href: styles/Button.md - name: CheckBox diff --git a/src/library/Uno.Material/Styles/Controls/v2/AppBarButton.xaml b/src/library/Uno.Material/Styles/Controls/v2/AppBarButton.xaml index 316f52e74..78149e4b8 100644 --- a/src/library/Uno.Material/Styles/Controls/v2/AppBarButton.xaml +++ b/src/library/Uno.Material/Styles/Controls/v2/AppBarButton.xaml @@ -8,6 +8,17 @@ xmlns:ios="http://uno.ui/ios" xmlns:uuc="using:Uno.UI.Controls" mc:Ignorable="android ios"> + + + 64 + 64 + + + 64 + 64 + + +