diff --git a/res/drawable/assistant_button.xml b/res/drawable/assistant_button.xml
index 77d349fce..5c7dfea0d 100644
--- a/res/drawable/assistant_button.xml
+++ b/res/drawable/assistant_button.xml
@@ -2,6 +2,8 @@
+
diff --git a/res/drawable/assistant_button_text_color.xml b/res/drawable/assistant_button_text_color.xml
new file mode 100644
index 000000000..8e05da560
--- /dev/null
+++ b/res/drawable/assistant_button_text_color.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/res/layout-land/assistant_linphone_login.xml b/res/layout-land/assistant_linphone_login.xml
index da2143e02..96877d420 100644
--- a/res/layout-land/assistant_linphone_login.xml
+++ b/res/layout-land/assistant_linphone_login.xml
@@ -5,7 +5,7 @@
android:orientation="vertical">
+ android:layout_height="40dp"
+ tools:layout="@layout/status"/>
diff --git a/res/layout/assistant_account_creation.xml b/res/layout/assistant_account_creation.xml
index d7a17a68c..bccdfec31 100644
--- a/res/layout/assistant_account_creation.xml
+++ b/res/layout/assistant_account_creation.xml
@@ -1,186 +1,187 @@
-
+
-
+ android:padding="30dp"
+ android:orientation="vertical">
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+ android:layout_gravity="center"/>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
+
\ No newline at end of file
diff --git a/res/layout/assistant_account_creation_activation.xml b/res/layout/assistant_account_creation_activation.xml
index 9e2b4a211..398781197 100644
--- a/res/layout/assistant_account_creation_activation.xml
+++ b/res/layout/assistant_account_creation_activation.xml
@@ -2,39 +2,42 @@
+ android:layout_height="wrap_content"/>
+
+
-
+ android:paddingRight="10dp"/>
\ No newline at end of file
diff --git a/res/layout/assistant_ec_calibration.xml b/res/layout/assistant_ec_calibration.xml
index 2e0853573..5b243bccf 100644
--- a/res/layout/assistant_ec_calibration.xml
+++ b/res/layout/assistant_ec_calibration.xml
@@ -2,25 +2,22 @@
-
+
-
+
-
-
-
+ android:padding="30dp"
+ android:orientation="vertical">
-
-
-
-
-
-
-
-
-
-
-
-
+ android:gravity="center_horizontal"/>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/res/layout/assistant_login.xml b/res/layout/assistant_login.xml
index 2dd09fb2c..2920869b4 100644
--- a/res/layout/assistant_login.xml
+++ b/res/layout/assistant_login.xml
@@ -1,123 +1,154 @@
-
+
-
-
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+ android:layout_gravity="center_horizontal"/>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/res/layout/assistant_remote_provisioning.xml b/res/layout/assistant_remote_provisioning.xml
index b2c5a4a69..a792c99a4 100644
--- a/res/layout/assistant_remote_provisioning.xml
+++ b/res/layout/assistant_remote_provisioning.xml
@@ -2,32 +2,36 @@
+
+
+ android:layout_height="wrap_content"
+ android:gravity="center"
+ android:layout_marginTop="30dp"
+ android:orientation="vertical">
@@ -35,27 +39,22 @@
android:id="@+id/assistant_remote_provisioning_url"
android:background="@drawable/resizable_textfield"
android:textColor="@color/colorB"
- android:textCursorDrawable="@null"
- android:inputType="textEmailAddress"
+ android:inputType="textUri"
android:layout_width="match_parent"
android:layout_height="40dp"
- android:paddingLeft="10dp"
- android:paddingRight="10dp"
android:singleLine="true"/>
-
+ android:layout_marginTop="20dp"/>
+
\ No newline at end of file
diff --git a/res/layout/assistant_remote_provisioning_login.xml b/res/layout/assistant_remote_provisioning_login.xml
index 17aa63ab1..514e64951 100644
--- a/res/layout/assistant_remote_provisioning_login.xml
+++ b/res/layout/assistant_remote_provisioning_login.xml
@@ -96,7 +96,7 @@