aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/layout/actionview_search.xml
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/res/layout/actionview_search.xml')
-rw-r--r--src/main/res/layout/actionview_search.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/main/res/layout/actionview_search.xml b/src/main/res/layout/actionview_search.xml
index 50becfc68..64588959c 100644
--- a/src/main/res/layout/actionview_search.xml
+++ b/src/main/res/layout/actionview_search.xml
@@ -1,12 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:layout_width="match_parent"
+ android:layout_width="match_parent"
android:layout_height="wrap_content"
android:addStatesFromChildren="true"
android:focusable="true"
android:gravity="center"
android:paddingLeft="5dp"
- android:paddingRight="5dp" >
+ android:paddingRight="5dp">
<EditText
android:id="@+id/search_field"
@@ -17,6 +17,6 @@
android:imeOptions="actionSearch"
android:textColor="@color/white"
android:textColorHint="@color/white70"
- android:hint="@string/search_for_contacts_or_groups"/>
+ android:hint="@string/search_for_contacts_or_groups" />
</RelativeLayout> \ No newline at end of file