diff --git a/app/src/main/res/drawable/action_background_bottom.xml b/app/src/main/res/drawable/action_background_bottom.xml
new file mode 100644
index 000000000..f044482aa
--- /dev/null
+++ b/app/src/main/res/drawable/action_background_bottom.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/src/main/res/drawable/action_background_full.xml b/app/src/main/res/drawable/action_background_full.xml
new file mode 100644
index 000000000..25ac4f240
--- /dev/null
+++ b/app/src/main/res/drawable/action_background_full.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/src/main/res/drawable/action_background_middle.xml b/app/src/main/res/drawable/action_background_middle.xml
new file mode 100644
index 000000000..fbc9e3cc0
--- /dev/null
+++ b/app/src/main/res/drawable/action_background_middle.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/src/main/res/drawable/action_background_top.xml b/app/src/main/res/drawable/action_background_top.xml
new file mode 100644
index 000000000..0c2549c10
--- /dev/null
+++ b/app/src/main/res/drawable/action_background_top.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/src/main/res/drawable/shape_rectangle_white_background.xml b/app/src/main/res/drawable/shape_rectangle_white_background.xml
new file mode 100644
index 000000000..e16478067
--- /dev/null
+++ b/app/src/main/res/drawable/shape_rectangle_white_background.xml
@@ -0,0 +1,4 @@
+
+
+
+
\ No newline at end of file
diff --git a/app/src/main/res/drawable/shape_squircle_main2_100_background_bottom.xml b/app/src/main/res/drawable/shape_squircle_main2_100_background_bottom.xml
new file mode 100644
index 000000000..ba3e19012
--- /dev/null
+++ b/app/src/main/res/drawable/shape_squircle_main2_100_background_bottom.xml
@@ -0,0 +1,5 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/app/src/main/res/drawable/shape_squircle_main2_100_background_top.xml b/app/src/main/res/drawable/shape_squircle_main2_100_background_top.xml
new file mode 100644
index 000000000..566742ae1
--- /dev/null
+++ b/app/src/main/res/drawable/shape_squircle_main2_100_background_top.xml
@@ -0,0 +1,5 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/app/src/main/res/drawable/shape_squircle_main2_100_r15_background.xml b/app/src/main/res/drawable/shape_squircle_main2_100_r15_background.xml
new file mode 100644
index 000000000..6f5df4e8d
--- /dev/null
+++ b/app/src/main/res/drawable/shape_squircle_main2_100_r15_background.xml
@@ -0,0 +1,5 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/app/src/main/res/drawable/shape_squircle_white_background_bottom.xml b/app/src/main/res/drawable/shape_squircle_white_background_bottom.xml
new file mode 100644
index 000000000..98c38f43b
--- /dev/null
+++ b/app/src/main/res/drawable/shape_squircle_white_background_bottom.xml
@@ -0,0 +1,5 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/app/src/main/res/drawable/shape_squircle_white_background_top.xml b/app/src/main/res/drawable/shape_squircle_white_background_top.xml
new file mode 100644
index 000000000..78cc98640
--- /dev/null
+++ b/app/src/main/res/drawable/shape_squircle_white_background_top.xml
@@ -0,0 +1,5 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/app/src/main/res/drawable/shape_squircle_white_r15_background.xml b/app/src/main/res/drawable/shape_squircle_white_r15_background.xml
new file mode 100644
index 000000000..2f11b332e
--- /dev/null
+++ b/app/src/main/res/drawable/shape_squircle_white_r15_background.xml
@@ -0,0 +1,5 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/app/src/main/res/layout/chat_info_fragment.xml b/app/src/main/res/layout/chat_info_fragment.xml
index 68a6eab6b..2bff07164 100644
--- a/app/src/main/res/layout/chat_info_fragment.xml
+++ b/app/src/main/res/layout/chat_info_fragment.xml
@@ -95,7 +95,8 @@
+ android:layout_height="wrap_content"
+ android:paddingBottom="@dimen/screen_bottom_margin">
-
-
-
-
+ app:layout_constraintEnd_toEndOf="parent"
+ app:layout_constraintStart_toStartOf="parent"
+ app:layout_constraintTop_toBottomOf="@id/media_documents_actions" />
+
+
-
-
+ app:layout_constraintTop_toBottomOf="@id/action_documents" />
-
-
+ app:layout_constraintEnd_toEndOf="parent"
+ app:layout_constraintStart_toStartOf="parent"
+ app:layout_constraintTop_toBottomOf="@id/other_actions" />
-
-
-
-
-
-
+
+
+
+
+
+
+
+