Revision 8c4e4bf4
Added by Leszek Koltunski over 1 year ago
| src/main/res/values/styles.xml | ||
|---|---|---|
| 13 | 13 |
</style> |
| 14 | 14 |
|
| 15 | 15 |
<style name="GreyTheme" parent="@style/BaseMaterialThemeNoActionBar"> |
| 16 |
<item name="veryDarkC">@color/veryDarkGrey</item> |
|
| 16 | 17 |
<item name="darkC">@color/darkGrey</item> |
| 17 | 18 |
<item name="normalC">@color/normalGrey</item> |
| 18 | 19 |
<item name="mediumC">@color/mediumGrey</item> |
| 19 | 20 |
<item name="lightC">@color/lightGrey</item> |
| 21 |
<item name="passedC">@color/passedGrey</item> |
|
| 20 | 22 |
</style> |
| 21 | 23 |
|
| 22 | 24 |
<style name="WhiteTheme" parent="@style/BaseMaterialThemeNoActionBar"> |
| 25 |
<item name="veryDarkC">@color/veryDarkWhite</item> |
|
| 23 | 26 |
<item name="darkC">@color/darkWhite</item> |
| 24 | 27 |
<item name="normalC">@color/normalWhite</item> |
| 25 | 28 |
<item name="mediumC">@color/mediumWhite</item> |
| 26 | 29 |
<item name="lightC">@color/lightWhite</item> |
| 30 |
<item name="passedC">@color/passedWhite</item> |
|
| 27 | 31 |
</style> |
| 28 | 32 |
|
| 29 | 33 |
<style name="GreenTheme" parent="@style/BaseMaterialThemeNoActionBar"> |
| 34 |
<item name="veryDarkC">@color/veryDarkGreen</item> |
|
| 30 | 35 |
<item name="darkC">@color/darkGreen</item> |
| 31 | 36 |
<item name="normalC">@color/normalGreen</item> |
| 32 | 37 |
<item name="mediumC">@color/mediumGreen</item> |
| 33 | 38 |
<item name="lightC">@color/lightGreen</item> |
| 39 |
<item name="passedC">@color/passedGreen</item> |
|
| 34 | 40 |
</style> |
| 35 | 41 |
|
| 36 | 42 |
<style name="NegativeButtonStyle" parent="Widget.MaterialComponents.Button.TextButton.Dialog"> |
Also available in: Unified diff
progress with colors in styles