Automated import from //branches/master/...@142762,142762
This commit is contained in:
parent
86977e0a0c
commit
ec511024c2
Binary file not shown.
Before Width: | Height: | Size: 954 B After Width: | Height: | Size: 16 KiB |
Binary file not shown.
Before Width: | Height: | Size: 958 B After Width: | Height: | Size: 16 KiB |
|
@ -19,11 +19,13 @@
|
||||||
android:layout_height="fill_parent"
|
android:layout_height="fill_parent"
|
||||||
android:orientation="horizontal"
|
android:orientation="horizontal"
|
||||||
android:background="@drawable/search_bg"
|
android:background="@drawable/search_bg"
|
||||||
android:gravity="center_vertical">
|
android:gravity="center_vertical"
|
||||||
|
>
|
||||||
|
|
||||||
<ImageView
|
<ImageView
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
|
android:paddingRight="3dip"
|
||||||
android:src="@drawable/google_logo" />
|
android:src="@drawable/google_logo" />
|
||||||
|
|
||||||
<com.android.launcher.SearchAutoCompleteTextView
|
<com.android.launcher.SearchAutoCompleteTextView
|
||||||
|
@ -31,6 +33,7 @@
|
||||||
android:layout_width="0dip"
|
android:layout_width="0dip"
|
||||||
android:layout_weight="1"
|
android:layout_weight="1"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
|
android:layout_marginTop="1dip"
|
||||||
android:hint="@string/search_hint"
|
android:hint="@string/search_hint"
|
||||||
android:focusableInTouchMode="false"
|
android:focusableInTouchMode="false"
|
||||||
android:singleLine="true"
|
android:singleLine="true"
|
||||||
|
@ -38,16 +41,18 @@
|
||||||
android:completionThreshold="1"
|
android:completionThreshold="1"
|
||||||
android:inputType="textAutoComplete"
|
android:inputType="textAutoComplete"
|
||||||
android:imeOptions="actionSearch"
|
android:imeOptions="actionSearch"
|
||||||
|
android:lines="1"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<ImageButton android:id="@+id/search_go_btn"
|
<ImageButton android:id="@+id/search_go_btn"
|
||||||
android:layout_marginLeft="1dip"
|
android:layout_marginLeft="4dip"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:src="@*android:drawable/ic_btn_search"
|
android:src="@*android:drawable/ic_btn_search"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<ImageButton android:id="@+id/search_voice_btn"
|
<ImageButton android:id="@+id/search_voice_btn"
|
||||||
|
android:layout_marginLeft="2dip"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:src="@android:drawable/ic_btn_speak_now"
|
android:src="@android:drawable/ic_btn_speak_now"
|
||||||
|
|
Loading…
Reference in New Issue