From d8caecf898924b47f3dbb266b4eb02e7c18b0086 Mon Sep 17 00:00:00 2001 From: Aaron Kling Date: Tue, 2 Aug 2022 20:43:49 -0500 Subject: [PATCH] Use -television instead of -large-notouch for atv resources Mobile builds on devices with no touch panel are also getting these settings applied, which is not intended. Change-Id: Iab4e8deea1793ee1582b5e2f730bfc193cf05b41 --- .../welcome_activity.xml | 0 .../lineage_wizard_script.xml | 0 res/{values-large-notouch => values-television}/config.xml | 0 res/{values-large-notouch => values-television}/styles.xml | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename res/{layout-large-notouch => layout-television}/welcome_activity.xml (100%) rename res/{raw-large-notouch => raw-television}/lineage_wizard_script.xml (100%) rename res/{values-large-notouch => values-television}/config.xml (100%) rename res/{values-large-notouch => values-television}/styles.xml (100%) diff --git a/res/layout-large-notouch/welcome_activity.xml b/res/layout-television/welcome_activity.xml similarity index 100% rename from res/layout-large-notouch/welcome_activity.xml rename to res/layout-television/welcome_activity.xml diff --git a/res/raw-large-notouch/lineage_wizard_script.xml b/res/raw-television/lineage_wizard_script.xml similarity index 100% rename from res/raw-large-notouch/lineage_wizard_script.xml rename to res/raw-television/lineage_wizard_script.xml diff --git a/res/values-large-notouch/config.xml b/res/values-television/config.xml similarity index 100% rename from res/values-large-notouch/config.xml rename to res/values-television/config.xml diff --git a/res/values-large-notouch/styles.xml b/res/values-television/styles.xml similarity index 100% rename from res/values-large-notouch/styles.xml rename to res/values-television/styles.xml