Skip to content
This repository has been archived by the owner on Nov 8, 2019. It is now read-only.

Commit

Permalink
Add hover effects to CommandBar buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
Unknown committed May 18, 2018
1 parent 8eb4041 commit cfcc202
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions AnneProKeyboard/MainPage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@
VerticalAlignment="Top"
Background="Transparent"
Margin="0,0,15,0" FontSize="11">
<AppBarButton Icon="Add" Click="ProfileAddButton_Click"/>
<AppBarButton Icon="Add" Click="ProfileAddButton_Click" Style="{StaticResource AppBarButtonRevealStyle}"/>
<AppBarSeparator/>
<AppBarButton Icon="Edit" Click="ProfileEditButton_Click"/>
<AppBarButton Icon="Delete" Click="ProfileDeleteButton_Click"/>
<AppBarButton Icon="Edit" Click="ProfileEditButton_Click" Style="{StaticResource AppBarButtonRevealStyle}"/>
<AppBarButton Icon="Delete" Click="ProfileDeleteButton_Click" Style="{StaticResource AppBarButtonRevealStyle}"/>
<CommandBar.SecondaryCommands>
<AppBarButton Icon="Share" Label="Share" Click="ShareButton_Click"/>
</CommandBar.SecondaryCommands>
Expand Down
2 changes: 1 addition & 1 deletion AnneProKeyboard/Package.appxmanifest
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<Package xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10" xmlns:mp="http://schemas.microsoft.com/appx/2014/phone/manifest" xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10" IgnorableNamespaces="uap mp">
<Identity Name="2f23bec5-1506-4ef7-9768-7a82dce46a09" Publisher="CN=Kishor" Version="1.0.5.0" />
<Identity Name="2f23bec5-1506-4ef7-9768-7a82dce46a09" Publisher="CN=Kishor" Version="1.0.6.0" />
<mp:PhoneIdentity PhoneProductId="2f23bec5-1506-4ef7-9768-7a82dce46a09" PhonePublisherId="00000000-0000-0000-0000-000000000000" />
<Properties>
<DisplayName>AnneProKeyboard</DisplayName>
Expand Down

0 comments on commit cfcc202

Please sign in to comment.