diff --git a/res/layout/search_users_groups_layout.xml b/res/layout/search_users_groups_layout.xml
index 32f4ff6af3..9c1285134e 100644
--- a/res/layout/search_users_groups_layout.xml
+++ b/res/layout/search_users_groups_layout.xml
@@ -21,7 +21,7 @@
android:layout_height="match_parent"
android:orientation="vertical"
android:id="@+id/search_layout"
- android:minWidth="200dp"
+ android:minWidth="@dimen/search_users_groups_layout_width"
android:layout_marginRight="@dimen/standard_margin"
android:layout_marginBottom="@dimen/standard_half_margin">
@@ -45,7 +45,7 @@
android:layout_height="match_parent"
android:id="@+id/searchUsersListView"
android:scrollbars="vertical"
- android:layout_marginLeft="20dp"
+ android:layout_marginLeft="@dimen/search_users_groups_layout_list_view_margin"
android:layout_marginRight="@dimen/standard_half_margin"/>
diff --git a/res/values/dims.xml b/res/values/dims.xml
index 1d666dbb4e..7bc29d880c 100644
--- a/res/values/dims.xml
+++ b/res/values/dims.xml
@@ -109,4 +109,7 @@
-4dip
40dp
+
+ 200dp
+ 20dp