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 Jan Altensen (Stricted)
parent 6a1d0029d4
commit c44e10f4c2

View File

@@ -56,7 +56,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"
android:layout_width="wrap_content" android:layout_width="wrap_content"