Automated import from //branches/donutburger/...@142721,142721

This commit is contained in:
Jeffrey Sharkey 2009-03-25 17:07:33 -07:00 committed by The Android Open Source Project
parent 7bf61317bf
commit 340be220fb
3 changed files with 7 additions and 2 deletions

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

View File

@ -19,11 +19,13 @@
android:layout_height="fill_parent"
android:orientation="horizontal"
android:background="@drawable/search_bg"
android:gravity="center_vertical">
android:gravity="center_vertical"
>
<ImageView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:paddingRight="3dip"
android:src="@drawable/google_logo" />
<com.android.launcher.SearchAutoCompleteTextView
@ -31,6 +33,7 @@
android:layout_width="0dip"
android:layout_weight="1"
android:layout_height="wrap_content"
android:layout_marginTop="1dip"
android:hint="@string/search_hint"
android:focusableInTouchMode="false"
android:singleLine="true"
@ -38,16 +41,18 @@
android:completionThreshold="1"
android:inputType="textAutoComplete"
android:imeOptions="actionSearch"
android:lines="1"
/>
<ImageButton android:id="@+id/search_go_btn"
android:layout_marginLeft="1dip"
android:layout_marginLeft="4dip"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:src="@*android:drawable/ic_btn_search"
/>
<ImageButton android:id="@+id/search_voice_btn"
android:layout_marginLeft="2dip"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:src="@android:drawable/ic_btn_speak_now"