diff --git a/app/src/main/res/drawable/shape_squircle_gray_3_background.xml b/app/src/main/res/drawable/shape_squircle_main2_200_background.xml
similarity index 74%
rename from app/src/main/res/drawable/shape_squircle_gray_3_background.xml
rename to app/src/main/res/drawable/shape_squircle_main2_200_background.xml
index ebd76d280..d412b5061 100644
--- a/app/src/main/res/drawable/shape_squircle_gray_3_background.xml
+++ b/app/src/main/res/drawable/shape_squircle_main2_200_background.xml
@@ -1,5 +1,5 @@
-
+
\ No newline at end of file
diff --git a/app/src/main/res/layout-land/dialog_confirm_zrtp_sas.xml b/app/src/main/res/layout-land/dialog_confirm_zrtp_sas.xml
new file mode 100644
index 000000000..15f03753e
--- /dev/null
+++ b/app/src/main/res/layout-land/dialog_confirm_zrtp_sas.xml
@@ -0,0 +1,182 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/src/main/res/layout/account_list_cell.xml b/app/src/main/res/layout/account_list_cell.xml
index f50494c2e..6c5145f45 100644
--- a/app/src/main/res/layout/account_list_cell.xml
+++ b/app/src/main/res/layout/account_list_cell.xml
@@ -82,7 +82,7 @@
android:paddingEnd="8dp"
android:paddingTop="4dp"
android:paddingBottom="4dp"
- android:background="@drawable/shape_squircle_gray_3_background"
+ android:background="@drawable/shape_squircle_main2_200_background"
android:gravity="center"
android:text="@{model.registrationState, default=@string/drawer_menu_account_connection_status_connected}"
android:textColor="@{model.isConnected ? @color/green_success_500 : model.inError ? @color/red_danger_500 : model.isDisabled ? @color/orange_warning_600 : @color/gray_main2_500, default=@color/green_success_500}"
diff --git a/app/src/main/res/layout/dialog_confirm_zrtp_sas.xml b/app/src/main/res/layout/dialog_confirm_zrtp_sas.xml
index ac5c5a9e1..0db2274f1 100644
--- a/app/src/main/res/layout/dialog_confirm_zrtp_sas.xml
+++ b/app/src/main/res/layout/dialog_confirm_zrtp_sas.xml
@@ -136,7 +136,11 @@
android:id="@+id/skip"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
- android:layout_marginTop="45dp"
+ android:layout_marginTop="32dp"
+ android:paddingTop="13dp"
+ android:paddingBottom="13dp"
+ android:paddingEnd="20dp"
+ android:paddingStart="20dp"
android:text="@string/in_call_zrtp_sas_validation_skip"
android:textSize="13sp"
app:layout_constraintStart_toStartOf="parent"
@@ -150,7 +154,7 @@
android:id="@+id/nothing_matches"
android:layout_width="0dp"
android:layout_height="wrap_content"
- android:layout_marginTop="45dp"
+ android:layout_marginTop="16dp"
android:layout_marginStart="15dp"
android:layout_marginEnd="15dp"
android:paddingBottom="@dimen/primary_secondary_buttons_label_padding"