summaryrefslogtreecommitdiffhomepage
path: root/ui/src/main/res/values
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2023-04-04 20:42:42 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2023-04-04 20:53:42 +0200
commit75efd135561795fdabdd122153a02134f749ab88 (patch)
tree505fea581d1414b5e10530ac198ffe3629534a95 /ui/src/main/res/values
parentcd812b03cdacbad50f66581f08c25f3ffa33c1fb (diff)
ui: don't create fake theme color attr
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'ui/src/main/res/values')
-rw-r--r--ui/src/main/res/values/attrs.xml1
-rw-r--r--ui/src/main/res/values/themes.xml1
2 files changed, 0 insertions, 2 deletions
diff --git a/ui/src/main/res/values/attrs.xml b/ui/src/main/res/values/attrs.xml
index 9ba1eea5..b91ac60e 100644
--- a/ui/src/main/res/values/attrs.xml
+++ b/ui/src/main/res/values/attrs.xml
@@ -2,7 +2,6 @@
<resources>
<declare-styleable name="Multiselected">
<attr name="state_multiselected" format="boolean" />
- <attr name="colorMultiselectActiveBackground" format="reference|color" />
</declare-styleable>
<declare-styleable name="TvCardView">
<attr name="state_isUp" format="boolean" />
diff --git a/ui/src/main/res/values/themes.xml b/ui/src/main/res/values/themes.xml
index aa937b87..e8d36cdd 100644
--- a/ui/src/main/res/values/themes.xml
+++ b/ui/src/main/res/values/themes.xml
@@ -27,6 +27,5 @@
<item name="colorOnSurfaceInverse">@color/md_theme_light_inverseOnSurface</item>
<item name="colorSurfaceInverse">@color/md_theme_light_inverseSurface</item>
<item name="colorPrimaryInverse">@color/md_theme_light_inversePrimary</item>
- <item name="colorMultiselectActiveBackground">@color/md_theme_light_surfaceVariant</item>
</style>
</resources>