Last active
October 30, 2018 19:33
-
-
Save andreinitescu/69e8afcad1ed9de69b76 to your computer and use it in GitHub Desktop.
Revisions
-
andreinitescu revised this gist
Jun 19, 2015 . No changes.There are no files selected for viewing
-
andreinitescu revised this gist
Jun 10, 2015 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,5 @@ <!-- Put this inside App.xaml --> <!-- if you don't know how to add App.xaml to your project use this guide: http://goo.gl/GuXMDD/> <!-- Some default style resets --> <Style TargetType="Grid"> -
andreinitescu created this gist
Jun 10, 2015 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,23 @@ <!-- Put this inside App.xaml --> <!-- Some default style resets --> <Style TargetType="Grid"> <Setter Property="Padding" Value="0" /> <Setter Property="RowSpacing" Value="0" /> <Setter Property="ColumnSpacing" Value="0" /> </Style> <Style TargetType="StackLayout"> <Setter Property="Padding" Value="0" /> <Setter Property="Spacing" Value="0" /> </Style> <Style TargetType="Frame"> <Setter Property="Padding" Value="0" /> </Style>