Skip to content

Instantly share code, notes, and snippets.

@andreinitescu
Last active October 30, 2018 19:33
Show Gist options
  • Select an option

  • Save andreinitescu/69e8afcad1ed9de69b76 to your computer and use it in GitHub Desktop.

Select an option

Save andreinitescu/69e8afcad1ed9de69b76 to your computer and use it in GitHub Desktop.

Revisions

  1. andreinitescu revised this gist Jun 19, 2015. No changes.
  2. andreinitescu revised this gist Jun 10, 2015. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions gistfile1.xml
    Original 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">
  3. andreinitescu created this gist Jun 10, 2015.
    23 changes: 23 additions & 0 deletions gistfile1.xml
    Original 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>