tuto_bindablelayout / BindableLayoutSample / BindableLayoutSample.Android / Resources / values / styles.xml @ c6214383
Historique | Voir | Annoter | Télécharger (816 octets)
1 |
<?xml version="1.0" encoding="utf-8" ?>
|
---|---|
2 |
<resources>
|
3 |
|
4 |
<style name="MainTheme" parent="MainTheme.Base"> |
5 |
<!-- As of Xamarin.Forms 4.6 the theme has moved into the Forms binary --> |
6 |
<!-- If you want to override anything you can do that here. -->
|
7 |
<!-- Underneath are a couple of entries to get you started. -->
|
8 |
|
9 |
<!-- Set theme colors from https://aka.ms/material-colors -->
|
10 |
<!-- colorPrimary is used for the default action bar background -->
|
11 |
<!--<item name="colorPrimary">#2196F3</item>-->
|
12 |
<!-- colorPrimaryDark is used for the status bar -->
|
13 |
<!--<item name="colorPrimaryDark">#1976D2</item>-->
|
14 |
<!-- colorAccent is used as the default value for colorControlActivated
|
15 |
which is used to tint widgets -->
|
16 |
<!--<item name="colorAccent">#FF4081</item>-->
|
17 |
</style>
|
18 |
</resources>
|