diff options
author | Android (Google) Code Review <android-gerrit@google.com> | 2009-05-22 08:45:11 -0700 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2009-05-22 08:45:11 -0700 |
commit | 36e862a699aa2a23df1543665f39b5b0c96885fb (patch) | |
tree | c54f6efb4663d5294a5bcde723dd7d26dea16a27 /core/res | |
parent | 380cd96e5d7018cbf43295c9f2f2a33897affd63 (diff) | |
parent | eb128730b5e542ba47d13f79fff83590e19a8deb (diff) | |
download | frameworks_base-36e862a699aa2a23df1543665f39b5b0c96885fb.zip frameworks_base-36e862a699aa2a23df1543665f39b5b0c96885fb.tar.gz frameworks_base-36e862a699aa2a23df1543665f39b5b0c96885fb.tar.bz2 |
Merge change 2318 into donut
* changes:
Fixed vertical text position in search suggestion items.
Diffstat (limited to 'core/res')
-rw-r--r-- | core/res/res/layout/search_dropdown_item_icons_2line.xml | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/core/res/res/layout/search_dropdown_item_icons_2line.xml b/core/res/res/layout/search_dropdown_item_icons_2line.xml index 0d07490..2710b3b 100644 --- a/core/res/res/layout/search_dropdown_item_icons_2line.xml +++ b/core/res/res/layout/search_dropdown_item_icons_2line.xml @@ -67,13 +67,10 @@ android:textAppearance="?android:attr/textAppearanceSearchResultTitle" android:singleLine="true" android:layout_width="fill_parent" - android:layout_height="29dip" - android:paddingTop="4dip" - android:gravity="center_vertical" - android:layout_alignParentTop="true" + android:layout_height="wrap_content" + android:layout_centerVertical="true" android:layout_toRightOf="@android:id/icon1" android:layout_toLeftOf="@android:id/icon2" - android:layout_above="@android:id/text2" - android:layout_alignWithParentIfMissing="true" /> + android:layout_above="@android:id/text2" /> </RelativeLayout> |