From cf12c85d822a9a6729e9bb79386665556cae8506 Mon Sep 17 00:00:00 2001 From: Michael W Date: Mon, 25 Apr 2022 22:57:39 +0200 Subject: [PATCH] SetupWizard: Don't overlap logo and text * Instead of using a fixed padding, use weights to align the logo Change-Id: Ibb3f271dea7c19db3876b82aa1f013b1566e4173 --- res/layout/welcome_activity.xml | 113 ++++++++++++++++++-------------- 1 file changed, 65 insertions(+), 48 deletions(-) diff --git a/res/layout/welcome_activity.xml b/res/layout/welcome_activity.xml index 798745e6..6493dc2e 100644 --- a/res/layout/welcome_activity.xml +++ b/res/layout/welcome_activity.xml @@ -1,7 +1,7 @@