ui: change the wizard layout in landscape

The profile layout is modified in landscape mode. The profile photo is
next to the fullname and margins are larger.

Change-Id: I781153ec4850dc6a49f00106de99afddb7661106
Tuleap: #1429
diff --git a/ring-android/app/src/main/AndroidManifest.xml b/ring-android/app/src/main/AndroidManifest.xml
index a752f6f..fbfb845 100644
--- a/ring-android/app/src/main/AndroidManifest.xml
+++ b/ring-android/app/src/main/AndroidManifest.xml
@@ -138,7 +138,8 @@
         </activity>
         <activity
             android:name=".client.AccountWizard"
-            android:configChanges="orientation|screenSize|screenLayout|smallestScreenSize"
+            android:configChanges="screenSize|screenLayout|smallestScreenSize"
+
             android:screenOrientation="fullUser"
             android:theme="@style/AppThemeBase">
             <meta-data