From c44e10f4c216ec5bb0a43ffdeb0425a83e6d3d37 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timi=20Rautam=C3=A4ki?= Date: Wed, 7 Dec 2022 09:34:23 +0000 Subject: [PATCH] SUW: center welcome text on TV Change-Id: I4c984d78137b65e29f60769d3c5a368568c7e79c --- res/layout-television/welcome_activity.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/res/layout-television/welcome_activity.xml b/res/layout-television/welcome_activity.xml index 5a36654f..3c5e75c2 100644 --- a/res/layout-television/welcome_activity.xml +++ b/res/layout-television/welcome_activity.xml @@ -56,7 +56,8 @@ android:id="@+id/welcome_title" android:layout_width="match_parent" android:layout_height="wrap_content" - android:hyphenationFrequency="none" /> + android:hyphenationFrequency="none" + android:gravity="center" />