SUW: center welcome text on TV

Change-Id: I4c984d78137b65e29f60769d3c5a368568c7e79c
This commit is contained in:
Timi Rautamäki
2022-12-07 09:34:23 +00:00
committed by Oliver Scott
parent 6cb268b222
commit 935ba6902d

View File

@@ -45,7 +45,8 @@
android:id="@+id/welcome_title" android:id="@+id/welcome_title"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:hyphenationFrequency="none" /> android:hyphenationFrequency="none"
android:gravity="center" />
<Button <Button
android:id="@+id/start" android:id="@+id/start"