blob: 2492ca9961c32affb45acf90b1369ecbb6795d40 [file] [log] [blame]
Wenyi Wang1fc3ef42016-01-14 18:21:40 -08001<?xml version="1.0" encoding="utf-8"?>
2<view class="com.android.contacts.widget.SearchEditTextLayout"
3 xmlns:android="http://schemas.android.com/apk/res/android"
4 android:layout_width="match_parent"
5 android:layout_height="match_parent"
6 android:id="@+id/search_view_container"
7 android:orientation="horizontal"
8 android:layout_marginTop="0dp"
9 android:layout_marginBottom="0dp"
10 android:layout_marginLeft="0dp"
11 android:layout_marginRight="0dp"
12 android:background="@drawable/rounded_corner"
13 android:elevation="3dp">
14
15 <include layout="@layout/search_bar_expanded" />
16
17</view>