From e72b4fc144e642eb99328d637549d805c14d9033 Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Tue, 22 Sep 2020 23:50:26 +0200 Subject: 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 --- ui/src/main/res/values/tv_colors.xml | 1 + 1 file changed, 1 insertion(+) (limited to 'ui/src/main/res/values') 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 @@ #ff212121 @color/tv_primary_color + #b00020 -- cgit v1.2.3