From 850f42cf214b21a03e618e30b9976e55fe9d9a6d Mon Sep 17 00:00:00 2001 From: Maxime Biais Date: Fri, 13 Dec 2013 19:05:16 +0100 Subject: [PATCH] fix #459: NUX signup - layout issue in landscape --- res/layout/nux_fragment_welcome.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/res/layout/nux_fragment_welcome.xml b/res/layout/nux_fragment_welcome.xml index f0858da371dd..6409ece0cea9 100644 --- a/res/layout/nux_fragment_welcome.xml +++ b/res/layout/nux_fragment_welcome.xml @@ -11,7 +11,8 @@ android:layout_width="match_parent" android:layout_height="0dp" android:orientation="vertical" - android:animateLayoutChanges="true"> + android:animateLayoutChanges="true" + android:gravity="center">