|
@@ -21,18 +21,23 @@
|
|
android:layout_height="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:orientation="vertical"
|
|
android:orientation="vertical"
|
|
android:id="@+id/search_layout"
|
|
android:id="@+id/search_layout"
|
|
- android:minWidth="200dp">
|
|
|
|
|
|
+ android:minWidth="200dp"
|
|
|
|
+ android:layout_marginRight="@dimen/standard_margin"
|
|
|
|
+ android:layout_marginBottom="20dp">
|
|
|
|
|
|
- <SearchView
|
|
|
|
|
|
+ <android.support.v7.widget.SearchView
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:id="@+id/searchView"
|
|
android:id="@+id/searchView"
|
|
- android:hint="@string/share_search"/>
|
|
|
|
|
|
+ android:hint="@string/share_search"
|
|
|
|
+ style="@style/ownCloud.SearchView"/>
|
|
|
|
|
|
<ListView
|
|
<ListView
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:id="@+id/searchUsersListView"
|
|
android:id="@+id/searchUsersListView"
|
|
- android:scrollbars="vertical"/>
|
|
|
|
|
|
+ android:scrollbars="vertical"
|
|
|
|
+ android:layout_marginLeft="20dp"
|
|
|
|
+ android:layout_marginRight="@dimen/standard_half_margin"/>
|
|
|
|
|
|
</LinearLayout>
|
|
</LinearLayout>
|