mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-19 21:32:23 +00:00
Add Xamarin support to the ORT nuget packages. - Update C# code to support Xamarin builds for iOS and Android - refactor some things to split out common code - include iOS and Android ORT native shared library in native nuget package
19 lines
843 B
XML
19 lines
843 B
XML
<resources>
|
|
|
|
<!-- Base application theme. -->
|
|
<style name="AppTheme" 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">#3498db</item>
|
|
</style>
|
|
|
|
</resources>
|