Skip to content

Commit

Permalink
Merge pull request #90 from ZeroGachis/feature/ui-tweaks
Browse files Browse the repository at this point in the history
💄 Use Accent color for FAB and clean xaml
  • Loading branch information
Keivhin authored Sep 24, 2021
2 parents c71f58a + 803e60a commit 1ac29a3
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions Smartway.UiComponent/Buttons/ScanButton.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,11 @@
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
xmlns:d="http://xamarin.com/schemas/2014/forms/design"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:utils="clr-namespace:Smartway.UiComponent.Utils;assembly=Smartway.UiComponent"
xmlns:resources="clr-namespace:Smartway.UiComponent.Resources;assembly=Smartway.UiComponent"
xmlns:icons="clr-namespace:Smartway.UiComponent.Labels.Icons;assembly=Smartway.UiComponent"
mc:Ignorable="d"
x:Class="Smartway.UiComponent.Buttons.ScanButton"
x:Name="Self" >
<ContentView.Resources>
<ResourceDictionary>
<ResourceDictionary.MergedDictionaries>
<resources:Colors />
</ResourceDictionary.MergedDictionaries>
</ResourceDictionary>
</ContentView.Resources>
<Frame CornerRadius="32" Padding="14" BackgroundColor="{StaticResource ZgDarkBlue}">
<Frame CornerRadius="32" Padding="14" BackgroundColor="Accent">
<Frame.GestureRecognizers>
<TapGestureRecognizer Command="{Binding Source={Reference Self}, Path=Command}"/>
</Frame.GestureRecognizers>
Expand Down

0 comments on commit 1ac29a3

Please sign in to comment.