Skip to content

Instantly share code, notes, and snippets.

@jesulink2514
Created November 18, 2020 22:36
Show Gist options
  • Save jesulink2514/a85db69e987ecd36c71e9f23913942ca to your computer and use it in GitHub Desktop.
Save jesulink2514/a85db69e987ecd36c71e9f23913942ca to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8" ?>
<AbsoluteLayout
x:Class="FormsIcons.Views.TechieSwitch"
xmlns="http://xamarin.com/schemas/2014/forms"
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml">
<AbsoluteLayout.GestureRecognizers>
<TapGestureRecognizer Tapped="ClickGestureRecognizer_OnClicked" />
</AbsoluteLayout.GestureRecognizers>
<Path
x:Name="Border"
Aspect="Fill"
Data="M9.53 0l18.44 0c2.62,0 5,1.07 6.73,2.8 1.73,1.73 2.8,4.11 2.8,6.73 0,2.62 -1.07,5 -2.8,6.73 -1.73,1.73 -4.11,2.8 -6.73,2.8l-18.44 0c-2.62,0 -5,-1.07 -6.73,-2.8 -1.73,-1.73 -2.8,-4.11 -2.8,-6.73 0,-2.62 1.07,-5.01 2.8,-6.73 1.73,-1.73 4.11,-2.8 6.73,-2.8zm18.44 1.13l-18.44 0c-2.31,0 -4.41,0.95 -5.93,2.47 -1.52,1.52 -2.47,3.62 -2.47,5.93 0,2.31 0.95,4.41 2.47,5.93 1.52,1.52 3.62,2.47 5.93,2.47l18.44 0c2.31,0 4.41,-0.95 5.93,-2.47 1.52,-1.52 2.47,-3.62 2.47,-5.93 0,-2.31 -0.95,-4.41 -2.47,-5.93 -1.52,-1.52 -3.62,-2.47 -5.93,-2.47z"
Fill="#0079e2"
HeightRequest="20"
WidthRequest="38" />
<Ellipse
x:Name="Thumb"
x:FieldModifier="private"
AbsoluteLayout.LayoutBounds="2,2,16,16"
Fill="#0079e2"
HeightRequest="16"
WidthRequest="16" />
</AbsoluteLayout>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment