ui: don't create fake theme color attr
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
This commit is contained in:
parent
cd812b03cd
commit
75efd13556
@ -6,7 +6,7 @@
|
|||||||
<item
|
<item
|
||||||
android:state_activated="true"
|
android:state_activated="true"
|
||||||
app:state_multiselected="true">
|
app:state_multiselected="true">
|
||||||
<color android:color="?attr/colorMultiselectActiveBackground" />
|
<color android:color="?attr/colorSurfaceVariant" />
|
||||||
</item>
|
</item>
|
||||||
<item
|
<item
|
||||||
android:state_activated="true">
|
android:state_activated="true">
|
||||||
|
@ -27,6 +27,5 @@
|
|||||||
<item name="colorOnSurfaceInverse">@color/md_theme_dark_inverseOnSurface</item>
|
<item name="colorOnSurfaceInverse">@color/md_theme_dark_inverseOnSurface</item>
|
||||||
<item name="colorSurfaceInverse">@color/md_theme_dark_inverseSurface</item>
|
<item name="colorSurfaceInverse">@color/md_theme_dark_inverseSurface</item>
|
||||||
<item name="colorPrimaryInverse">@color/md_theme_dark_inversePrimary</item>
|
<item name="colorPrimaryInverse">@color/md_theme_dark_inversePrimary</item>
|
||||||
<item name="colorMultiselectActiveBackground">@color/md_theme_dark_surfaceVariant</item>
|
|
||||||
</style>
|
</style>
|
||||||
</resources>
|
</resources>
|
||||||
|
@ -2,7 +2,6 @@
|
|||||||
<resources>
|
<resources>
|
||||||
<declare-styleable name="Multiselected">
|
<declare-styleable name="Multiselected">
|
||||||
<attr name="state_multiselected" format="boolean" />
|
<attr name="state_multiselected" format="boolean" />
|
||||||
<attr name="colorMultiselectActiveBackground" format="reference|color" />
|
|
||||||
</declare-styleable>
|
</declare-styleable>
|
||||||
<declare-styleable name="TvCardView">
|
<declare-styleable name="TvCardView">
|
||||||
<attr name="state_isUp" format="boolean" />
|
<attr name="state_isUp" format="boolean" />
|
||||||
|
@ -27,6 +27,5 @@
|
|||||||
<item name="colorOnSurfaceInverse">@color/md_theme_light_inverseOnSurface</item>
|
<item name="colorOnSurfaceInverse">@color/md_theme_light_inverseOnSurface</item>
|
||||||
<item name="colorSurfaceInverse">@color/md_theme_light_inverseSurface</item>
|
<item name="colorSurfaceInverse">@color/md_theme_light_inverseSurface</item>
|
||||||
<item name="colorPrimaryInverse">@color/md_theme_light_inversePrimary</item>
|
<item name="colorPrimaryInverse">@color/md_theme_light_inversePrimary</item>
|
||||||
<item name="colorMultiselectActiveBackground">@color/md_theme_light_surfaceVariant</item>
|
|
||||||
</style>
|
</style>
|
||||||
</resources>
|
</resources>
|
||||||
|
Loading…
Reference in New Issue
Block a user