From 2d3a1cd8bd25ec982ae7d888f26089d85576ad16 Mon Sep 17 00:00:00 2001 From: Jorim Jaggi Date: Tue, 2 Aug 2016 22:13:32 +0200 Subject: [PATCH] Update string for FallbackHome Also add some margins in case the string is really long Change-Id: I0b5246d51d670316c8578475aedac00f8c090e57 Fixes: 30213213 --- res/layout/fallback_home_finishing_boot.xml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/res/layout/fallback_home_finishing_boot.xml b/res/layout/fallback_home_finishing_boot.xml index 4cc526f68a7..2714409d4ce 100644 --- a/res/layout/fallback_home_finishing_boot.xml +++ b/res/layout/fallback_home_finishing_boot.xml @@ -26,14 +26,16 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:orientation="vertical" - android:layout_gravity="center"> + android:layout_gravity="center" + android:layout_marginStart="16dp" + android:layout_marginEnd="16dp"> + android:text="@*android:string/android_start_title"/>