aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ui/src/main/res/values
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2020-09-22 23:50:26 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2020-09-22 23:54:41 +0200
commite72b4fc144e642eb99328d637549d805c14d9033 (patch)
tree1c9a4fe9c409ecc18f86f71b41d30660a21deaa7 /ui/src/main/res/values
parenttv: add text when there are no tunnels (diff)
downloadwireguard-android-e72b4fc144e642eb99328d637549d805c14d9033.tar.xz
wireguard-android-e72b4fc144e642eb99328d637549d805c14d9033.zip
tv: hook up isFocused as observable property
This is kind of ridiculous, since the items own state should clearly be queryable, but it doesn't appear to be the case here, so just shuffle it around into kotlin and back. 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/tv_colors.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/src/main/res/values/tv_colors.xml b/ui/src/main/res/values/tv_colors.xml
index b202d2a2..f330bedc 100644
--- a/ui/src/main/res/values/tv_colors.xml
+++ b/ui/src/main/res/values/tv_colors.xml
@@ -2,4 +2,5 @@
<resources>
<color name="tv_primary_color">#ff212121</color>
<color name="tv_card_background">@color/tv_primary_color</color>
+ <color name="tv_card_delete_background">#b00020</color>
</resources>