| | |
| | | <LinearLayout |
| | | android:id="@+id/search_edit_frame" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="match_parent" |
| | | android:layout_height="wrap_content" |
| | | android:layout_weight="1" |
| | | android:layout_gravity="center_vertical" |
| | | android:layout_marginTop="4dip" |
| | | android:layout_marginBottom="4dip" |
| | | android:layout_marginLeft="8dip" |
| | | android:layout_marginRight="8dip" |
| | | android:orientation="horizontal" |
| | |
| | | <LinearLayout |
| | | android:id="@+id/search_plate" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="match_parent" |
| | | android:layout_height="wrap_content" |
| | | android:layout_weight="1" |
| | | android:layout_gravity="center_vertical" |
| | | android:orientation="horizontal"> |
| | |
| | | android:layout_height="36dip" |
| | | android:layout_width="0dp" |
| | | android:layout_weight="1" |
| | | android:layout_gravity="center_vertical" |
| | | android:minWidth="@dimen/abc_search_view_text_min_width" |
| | | android:layout_gravity="bottom" |
| | | android:paddingLeft="@dimen/abc_dropdownitem_text_padding_left" |
| | | android:paddingRight="@dimen/abc_dropdownitem_text_padding_right" |
| | | android:singleLine="true" |
| | |
| | | </LinearLayout> |
| | | </LinearLayout> |
| | | </LinearLayout> |
| | | <!-- From: file:/usr/local/google/buildbot/repo_clients/https___googleplex-android.googlesource.com_a_platform_manifest.git/mnc-supportlib-release/frameworks/support/v7/appcompat/res/layout/abc_search_view.xml --> |