-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump some nuget / Update target Android version.
- Loading branch information
Showing
9 changed files
with
448 additions
and
450 deletions.
There are no files selected for viewing
This file contains 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 characters
4 changes: 2 additions & 2 deletions
4
src/BDVideoLibraryManagerXF/BDVideoLibraryManagerXF.Android/Properties/AndroidManifest.xml
This file contains 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 characters
2 changes: 1 addition & 1 deletion
2
src/BDVideoLibraryManagerXF/BDVideoLibraryManagerXF.Android/Resources/Resource.designer.cs
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
35 changes: 17 additions & 18 deletions
35
src/BDVideoLibraryManagerXF/BDVideoLibraryManagerXF.Android/Resources/values/styles.xml
This file contains 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 characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,18 @@ | ||
<?xml version="1.0" encoding="utf-8" ?> | ||
<resources> | ||
|
||
<style name="MainTheme" parent="MainTheme.Base"> | ||
<!-- As of Xamarin.Forms 4.6 the theme has moved into the Forms binary --> | ||
<!-- If you want to override anything you can do that here. --> | ||
<!-- Underneath are a couple of entries to get you started. --> | ||
|
||
<!-- Set theme colors from https://aka.ms/material-colors --> | ||
<!-- colorPrimary is used for the default action bar background --> | ||
<!--<item name="colorPrimary">#2196F3</item>--> | ||
<!-- colorPrimaryDark is used for the status bar --> | ||
<!--<item name="colorPrimaryDark">#1976D2</item>--> | ||
<!-- colorAccent is used as the default value for colorControlActivated | ||
which is used to tint widgets --> | ||
<!--<item name="colorAccent">#FF4081</item>--> | ||
<item name="colorAccent">#CCCCCC</item> | ||
</style> | ||
<?xml version="1.0" encoding="utf-8" ?> | ||
<resources> | ||
<style name="MainTheme" parent="MainTheme.Base"> | ||
<!-- As of Xamarin.Forms 4.6 the theme has moved into the Forms binary --> | ||
<!-- If you want to override anything you can do that here. --> | ||
<!-- Underneath are a couple of entries to get you started. --> | ||
|
||
<!-- Set theme colors from https://aka.ms/material-colors --> | ||
<!-- colorPrimary is used for the default action bar background --> | ||
<!--<item name="colorPrimary">#2196F3</item>--> | ||
<!-- colorPrimaryDark is used for the status bar --> | ||
<!--<item name="colorPrimaryDark">#1976D2</item>--> | ||
<!-- colorAccent is used as the default value for colorControlActivated | ||
which is used to tint widgets --> | ||
<!--<item name="colorAccent">#FF4081</item>--> | ||
<item name="colorAccent">#CCCCCC</item> | ||
</style> | ||
</resources> |
This file contains 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 characters
This file contains 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 characters
This file contains 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 characters
Oops, something went wrong.