diff --git a/res/layout/chat_device_cell.xml b/res/layout/chat_device_cell.xml
new file mode 100644
index 000000000..8838da643
--- /dev/null
+++ b/res/layout/chat_device_cell.xml
@@ -0,0 +1,52 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/res/layout/chat_device_group.xml b/res/layout/chat_device_group.xml
new file mode 100644
index 000000000..c79000bc0
--- /dev/null
+++ b/res/layout/chat_device_group.xml
@@ -0,0 +1,51 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/res/layout/chat_devices.xml b/res/layout/chat_devices.xml
index 16ed4378f..87c2b36f6 100644
--- a/res/layout/chat_devices.xml
+++ b/res/layout/chat_devices.xml
@@ -30,6 +30,7 @@
android:id="@+id/title"
android:text="@string/group_chat_room_devices"
style="@style/font6"
+ android:ellipsize="marquee"
android:gravity="center"
android:layout_width="0dp"
android:layout_height="match_parent"
@@ -47,15 +48,11 @@
-
-
-
-
-
+ android:layout_below="@id/top"/>
diff --git a/res/layout/contacts_list.xml b/res/layout/contacts_list.xml
index fe9c7c8da..c178d3666 100644
--- a/res/layout/contacts_list.xml
+++ b/res/layout/contacts_list.xml
@@ -126,11 +126,6 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:divider="@color/colorE"
- app:fastScrollEnabled="true"
- app:fastScrollHorizontalThumbDrawable="@drawable/fast_scroll"
- app:fastScrollHorizontalTrackDrawable="@drawable/line_drawable"
- app:fastScrollVerticalThumbDrawable="@drawable/fast_scroll"
- app:fastScrollVerticalTrackDrawable="@drawable/line_drawable"
android:dividerHeight="1dp" />
diff --git a/res/values/styles.xml b/res/values/styles.xml
index f04615027..df3ca0266 100644
--- a/res/values/styles.xml
+++ b/res/values/styles.xml
@@ -52,7 +52,7 @@