Browse Source

Modify bottom padding on search view

Juan Carlos González Cabrero 9 years ago
parent
commit
3fc331b184
1 changed files with 2 additions and 2 deletions
  1. 2 2
      res/layout/search_users_groups_layout.xml

+ 2 - 2
res/layout/search_users_groups_layout.xml

@@ -23,11 +23,11 @@
     android:id="@+id/search_layout"
     android:minWidth="200dp"
     android:layout_marginRight="@dimen/standard_margin"
-    android:layout_marginBottom="20dp">
+    android:layout_marginBottom="@dimen/standard_half_margin">
 
     <TextView
         android:id="@+id/searchUserGroupsTitle"
-        android:layout_width="fill_parent"
+        android:layout_width="match_parent"
         android:layout_height="wrap_content"
         android:text="@string/share_with_title"
         android:textAppearance="@style/TextAppearance.AppCompat.Title"