Skip to content

Commit

Permalink
Merge pull request #51 from nosami/remove-android-resource-provider
Browse files Browse the repository at this point in the history
Remove Android resource type provider.
  • Loading branch information
dsyme authored May 17, 2018
2 parents 326ba21 + a7a240c commit 9b3bcf9
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 21 deletions.
3 changes: 0 additions & 3 deletions Samples/AllControls/Droid/AllControls.Droid.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,6 @@
<Reference Include="System.Numerics" />
<Reference Include="mscorlib" />
<Reference Include="Mono.Android" />
<Reference Include="Xamarin.Android.FSharp.ResourceProvider.Runtime">
<HintPath>../../../packages/androidapp/Xamarin.Android.FSharp.ResourceProvider/lib/Xamarin.Android.FSharp.ResourceProvider.Runtime.dll</HintPath>
</Reference>
<Reference Include="Xamarin.Android.Support.Animated.Vector.Drawable">
<HintPath>../../../packages/androidapp/Xamarin.Android.Support.Animated.Vector.Drawable/lib/MonoAndroid70/Xamarin.Android.Support.Animated.Vector.Drawable.dll</HintPath>
</Reference>
Expand Down
4 changes: 0 additions & 4 deletions Samples/AllControls/Droid/Properties/AssemblyInfo.fs
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@
open System.Reflection
open System.Runtime.CompilerServices

// the name of the type here needs to match the name inside the ResourceDesigner attribute
type Resources = AllControls.Droid.Resource
[<assembly: Android.Runtime.ResourceDesigner("AllControls.Droid.Resources", IsApplication=true)>]

[<assembly: AssemblyTitle("AllControls.Droid")>]
[<assembly: AssemblyDescription("")>]
[<assembly: AssemblyConfiguration("")>]
Expand Down
3 changes: 0 additions & 3 deletions Samples/CounterApp/Droid/CounterApp.Droid.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -106,9 +106,6 @@
<Reference Include="System.Numerics" />
<Reference Include="mscorlib" />
<Reference Include="Mono.Android" />
<Reference Include="Xamarin.Android.FSharp.ResourceProvider.Runtime">
<HintPath>../../../packages/androidapp/Xamarin.Android.FSharp.ResourceProvider/lib/Xamarin.Android.FSharp.ResourceProvider.Runtime.dll</HintPath>
</Reference>
<Reference Include="Xamarin.Android.Support.Animated.Vector.Drawable">
<HintPath>../../../packages/androidapp/Xamarin.Android.Support.Animated.Vector.Drawable/lib/MonoAndroid70/Xamarin.Android.Support.Animated.Vector.Drawable.dll</HintPath>
</Reference>
Expand Down
2 changes: 0 additions & 2 deletions Samples/TicTacToe/Droid/MainActivity.fs
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ open Xamarin.Forms.Platform.Android
type MainActivity() =
inherit FormsAppCompatActivity()
override this.OnCreate (bundle: Bundle) =
FormsAppCompatActivity.TabLayoutResource <- TicTacToe.Droid.Resources.Layout.Tabbar
FormsAppCompatActivity.ToolbarResource <- TicTacToe.Droid.Resources.Layout.Toolbar
base.OnCreate (bundle)

Xamarin.Forms.Forms.Init (this, bundle)
Expand Down
4 changes: 0 additions & 4 deletions Samples/TicTacToe/Droid/Properties/AssemblyInfo.fs
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@
open System.Reflection
open System.Runtime.CompilerServices

// the name of the type here needs to match the name inside the ResourceDesigner attribute
type Resources = TicTacToe.Droid.Resource
[<assembly: Android.Runtime.ResourceDesigner("TicTacToe.Droid.Resources", IsApplication=true)>]

[<assembly: AssemblyTitle("TicTacToe.Droid")>]
[<assembly: AssemblyDescription("")>]
[<assembly: AssemblyConfiguration("")>]
Expand Down
3 changes: 0 additions & 3 deletions Samples/TicTacToe/Droid/TicTacToe.Droid.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,6 @@
<Reference Include="System.Numerics" />
<Reference Include="mscorlib" />
<Reference Include="Mono.Android" />
<Reference Include="Xamarin.Android.FSharp.ResourceProvider.Runtime">
<HintPath>../../../packages/androidapp/Xamarin.Android.FSharp.ResourceProvider/lib/Xamarin.Android.FSharp.ResourceProvider.Runtime.dll</HintPath>
</Reference>
<Reference Include="Xamarin.Android.Support.Animated.Vector.Drawable">
<HintPath>../../../packages/androidapp/Xamarin.Android.Support.Animated.Vector.Drawable/lib/MonoAndroid70/Xamarin.Android.Support.Animated.Vector.Drawable.dll</HintPath>
</Reference>
Expand Down
1 change: 0 additions & 1 deletion paket.dependencies
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ group androidapp
source https://www.nuget.org/api/v2
nuget FSharp.Core 4.3.3
nuget Xamarin.Forms
nuget Xamarin.Android.FSharp.ResourceProvider 1.0.0.14
nuget Xamarin.Android.Support.Animated.Vector.Drawable 25.4.0.2
nuget Xamarin.Android.Support.Annotations 25.4.0.2
nuget Xamarin.Android.Support.Compat 25.4.0.2
Expand Down
1 change: 0 additions & 1 deletion paket.lock
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ NUGET
System.Threading.Thread (4.3)
System.Threading.ThreadPool (4.3)
System.Threading.Timer (4.3)
Xamarin.Android.FSharp.ResourceProvider (1.0.0.14)
Xamarin.Android.Support.Animated.Vector.Drawable (25.4.0.2)
Xamarin.Android.Support.Vector.Drawable (25.4.0.2)
Xamarin.Android.Support.Annotations (25.4.0.2)
Expand Down

0 comments on commit 9b3bcf9

Please sign in to comment.