Skip to content

Commit

Permalink
update integrationtests folder links (#3368)
Browse files Browse the repository at this point in the history
  • Loading branch information
Arhell committed Sep 29, 2022
1 parent 7f20ac7 commit ee8d154
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion integrationtests/IntegrationTests.Android/MainActivity.cs
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ protected override void OnCreate(Bundle savedInstanceState)
// WireUpControls looks through your layout file, finds all controls
// with an id defined, and binds them to the controls defined in this class.
// This is basically the same functionality as in
// http://jakewharton.github.io/butterknife/
// https://jakewharton.github.io/butterknife/
this.WireUpControls();

ViewModel = new LoginViewModel(RxApp.MainThreadScheduler);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<item name="windowNoTitle">true</item>
<!--We will be using the toolbar so no need to show ActionBar-->
<item name="windowActionBar">false</item>
<!-- Set theme colors from http://www.google.com/design/spec/style/color.html#color-color-palette -->
<!-- Set theme colors from https://www.google.com/design/spec/style/color.html#color-color-palette -->
<!-- colorPrimary is used for the default action bar background -->
<item name="colorPrimary">#2196F3</item>
<!-- colorPrimaryDark is used for the status bar -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
developers. However, you can modify these parameters to modify the behavior of the .NET Native
optimizer.
Runtime Directives are documented at http://go.microsoft.com/fwlink/?LinkID=391919
Runtime Directives are documented at https://go.microsoft.com/fwlink/?LinkID=391919
To fully enable reflection for App1.MyClass and all of its public/private members
<Type Name="App1.MyClass" Dynamic="Required All"/>
Expand All @@ -28,4 +28,4 @@


</Application>
</Directives>
</Directives>

0 comments on commit ee8d154

Please sign in to comment.