2016-08-23 17:02:32 +02:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<resources>
|
2019-09-24 20:29:35 +02:00
|
|
|
<!--region Deprecated-->
|
|
|
|
<attr name="cardStyle" format="reference" />
|
2017-02-14 16:35:03 +08:00
|
|
|
<attr name="colorAccentFallback" format="reference" />
|
2017-05-26 18:20:53 +08:00
|
|
|
<attr name="imageColorTint" format="reference" />
|
2019-09-24 20:29:35 +02:00
|
|
|
<attr name="colorControl" format="reference" />
|
|
|
|
<!--endregion-->
|
|
|
|
|
|
|
|
<!--region Colors-->
|
2019-09-30 19:37:57 +02:00
|
|
|
|
|
|
|
<!--Static-->
|
|
|
|
<attr name="colorDisabled" format="color" />
|
2019-10-16 15:47:41 +02:00
|
|
|
<attr name="colorDisabledVariant" format="color" />
|
2019-09-30 19:37:57 +02:00
|
|
|
<attr name="colorSurfaceVariant" format="color" />
|
2019-09-24 20:29:35 +02:00
|
|
|
<attr name="colorOnPrimaryVariant" format="color" />
|
|
|
|
<attr name="colorOnSurfaceVariant" format="color" />
|
2019-11-14 19:10:49 +01:00
|
|
|
<attr name="colorSurfaceSurfaceVariant" format="color" />
|
2019-09-24 20:29:35 +02:00
|
|
|
|
|
|
|
<!--endregion-->
|
|
|
|
|
2022-01-17 18:13:25 +08:00
|
|
|
<declare-styleable name="ConcealableView">
|
|
|
|
<attr name="state_hidden" format="boolean" />
|
|
|
|
</declare-styleable>
|
|
|
|
|
2019-02-01 04:39:54 -05:00
|
|
|
</resources>
|