diff --git a/app/res/layout/fragment_phone_available_bottom_sheet.xml b/app/res/layout/fragment_phone_available_bottom_sheet.xml
index a57f547456..356dd0abf4 100644
--- a/app/res/layout/fragment_phone_available_bottom_sheet.xml
+++ b/app/res/layout/fragment_phone_available_bottom_sheet.xml
@@ -36,7 +36,7 @@
android:textSize="16sp" />
-
-
-
-
+ android:layout_height="match_parent"
+ android:background="@color/transparent">
-
+ android:layout_gravity="bottom"
+ android:background="@color/white"
+ android:orientation="vertical"
+ android:padding="16dp">
-
- android:layout_width="fill_parent"
- android:textSize="@dimen/text_medium" />
+
-
+
-
+
-
-
+
+
\ No newline at end of file
diff --git a/app/res/layout/screen_connect_phone_verify.xml b/app/res/layout/screen_connect_phone_verify.xml
index 98e6f81d99..7264d83731 100644
--- a/app/res/layout/screen_connect_phone_verify.xml
+++ b/app/res/layout/screen_connect_phone_verify.xml
@@ -77,7 +77,7 @@
android:id="@+id/connect_phone_verify_code"
android:layout_width="match_parent"
android:layout_height="55dp"
- android:layout_marginLeft="16dp"
+ android:layout_marginStart="16dp"
android:background="@drawable/connect_edit_text_bg"
android:hint="OTP"
android:imeOptions="actionNext"
@@ -120,23 +120,51 @@
android:textColor="@android:color/holo_blue_dark"
android:textSize="12sp" />
-
+ android:orientation="horizontal">
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/res/layout/select_install_mode_fragment.xml b/app/res/layout/select_install_mode_fragment.xml
index d382c332d5..67ad08a164 100644
--- a/app/res/layout/select_install_mode_fragment.xml
+++ b/app/res/layout/select_install_mode_fragment.xml
@@ -12,7 +12,7 @@