From 0a36d9a5e99ec53aff1c6ecda377fc5fb2880ecc Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Tue, 22 Sep 2020 17:02:43 +0200 Subject: tv: add tv banner Signed-off-by: Jason A. Donenfeld --- ui/src/main/res/drawable/tv_logo_banner.xml | 211 ++++++++++++++++++++++++++++ ui/src/main/res/layout/tv_activity.xml | 9 ++ ui/src/main/res/mipmap-tvdpi/banner.png | Bin 54318 -> 0 bytes ui/src/main/res/mipmap-xhdpi/banner.png | Bin 11854 -> 18980 bytes 4 files changed, 220 insertions(+) create mode 100644 ui/src/main/res/drawable/tv_logo_banner.xml delete mode 100644 ui/src/main/res/mipmap-tvdpi/banner.png (limited to 'ui') diff --git a/ui/src/main/res/drawable/tv_logo_banner.xml b/ui/src/main/res/drawable/tv_logo_banner.xml new file mode 100644 index 00000000..84864b1c --- /dev/null +++ b/ui/src/main/res/drawable/tv_logo_banner.xml @@ -0,0 +1,211 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ui/src/main/res/layout/tv_activity.xml b/ui/src/main/res/layout/tv_activity.xml index 50afda34..43470bfc 100644 --- a/ui/src/main/res/layout/tv_activity.xml +++ b/ui/src/main/res/layout/tv_activity.xml @@ -26,6 +26,15 @@ android:layout_width="match_parent" android:layout_height="match_parent"> + + +