History log of /frameworks/base/core/res/res/layout/search_bar.xml
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
167d69ac41d8a1446ab216e3821ecbcccd8291bb 13-Aug-2011 Amith Yamasani <yamasani@google.com> Voice search icon replaced by X on typing.

Also, adjust width measurements to work for 32dip icons in actionbar.

Bug: 5160466
Change-Id: I7197d710de16f92af8ea797ac504a3a73ee090d9
/frameworks/base/core/res/res/layout/search_bar.xml
f242368f38b21479763d6e07174547c610a51c5c 11-Aug-2011 Adam Powell <adamp@google.com> More fun with action bars and themes!

Fix bug 5144738 - Allow user to define pressed state asset for action
bar. Added android:actionBarItemBackground theme attribute. This
allows themes to define item pressed states for the action bar
independent of the standard selectableItemBackground.

Fix bug 5145416 - Custom view in action bar should use themed context
when inflating resource ID. Also applies to tab custom views.

Fix bug 5135550 - Tab divider height / Color should match spec. Added
actionBarDivider theme attribute. Similar to actionBarItemBackground
above, this allows apps to maintain proper contrast when the bar has a
different contrast profile than the rest of the activity.

Fix bug 5154778 - Theme.Holo.Light.DarkActionBar in themes.xml and
search_bar.xml are still referencing the deprecated title_bar_shadow
when we should be pointing to ab_solid_shadow_holo

Change-Id: I5ef0084de28a7c2d2fa02ae1752884feab0f8523
/frameworks/base/core/res/res/layout/search_bar.xml
b4569fb17fada4fdc43e4f4dbfbc79bb097a1f74 09-Jul-2011 Amith Yamasani <yamasani@google.com> SearchView behavioral and visual changes

Align text suggestions and search string.
Close button only clears the field.
Back button clears focus, hides dropdown and keyboard.
Tweaked SearchDialog's use of SearchView to follow above patterns.
Fixed other little bugs.

Change-Id: I9d34c2ebe2b1b2ca887220894c19a26809db85f6
/frameworks/base/core/res/res/layout/search_bar.xml
246529891ee289e8393ad4a486db785ef455c778 24-Jun-2011 Amith Yamasani <yamasani@google.com> SearchView improvements per design.

- X is visible only if there is text, or we need a way to close a
search field that is iconified by default.
- Search dialog (legacy) has a back button to the left.
- Hitting X on a non-focused search view will bring it into focus
and show the keyboard if necessary.

Change-Id: I5a30bb08adcf84639a922a9e13be1d1562f714e6
/frameworks/base/core/res/res/layout/search_bar.xml
8abebcde3fd2317b25629263db6ad4637c8eeb34 20-May-2011 Adam Powell <adamp@google.com> New opaque cab assets; search dialog tweaks.

* New opaque assets (now actually opaque!)

* SearchDialog determines theme to use from parent context

* SearchDialog now disallows action modes

Change-Id: If05fe64d7cc4460678d78412275ee988ddb47e9e
/frameworks/base/core/res/res/layout/search_bar.xml
24dca2250154a7fac2f7d6b5b14fc6957ac8f92f 22-Jan-2011 Gilles Debunne <debunne@google.com> Fixed CAB background and selection color for legacy applications.

Also fixed Title/subtitle and menu item button's text colors.

Bug 3378113

Change-Id: Id43cac14dcce40b4f49105e7e524f15b75a6b938
/frameworks/base/core/res/res/layout/search_bar.xml
38ecb1ea859dd1ea56c51993eb715b8bf185bdbd 05-Jan-2011 Amith Yamasani <yamasani@google.com> Use an opaque background for the search bar in legacy SearchDialog.

Bug: 3325966
/frameworks/base/core/res/res/layout/search_bar.xml
968ec938399033d280b1648123104ac567f2a093 02-Dec-2010 Amith Yamasani <yamasani@google.com> Use SearchView in SearchDialog for legacy apps using the old model.

Bug: 3140925

Removed all the code from SearchDialog that is already in SearchView
and moved more stuff into SearchView.

SearchDialog layout changed to be more like a Holo.Light themed action mode.
Search field is right justified and limited to 500dip.

Zero query dropdown added to SearchView (causing some problems with Gmail,
but that may be an existing issue that's only now showing up due to this change)

Holo.Light search views assets still need to be updated, as the contrast is too low.
/frameworks/base/core/res/res/layout/search_bar.xml
d162a114cc2fe36cf0077ea4dc76819cb498788e 23-Feb-2010 Valentin Kravtsov <valentink@google.com> Increasing the VS button's touchable area

adding invisible padding to the background buttons

Change-Id: Icb8ff9b31e83049520566c2498e1f82067636897
/frameworks/base/core/res/res/layout/search_bar.xml
da5c1bd4443b5b569a0d392cd53b476b4e160c47 04-Feb-2010 Bjorn Bringert <bringert@android.com> Remove source selector from SearchDialog

Fixes http://b/issue?id=2419208

This reverts commit 32d580c360da0a0f15e7a080f4ebd0b7b514fe4c.

Change-Id: I5d8821d52badf3e0347230b86671f8ceb65a663d
/frameworks/base/core/res/res/layout/search_bar.xml
4a2b498766229a9602de27ef2c8e642f88a4390b 01-Feb-2010 Bjorn Bringert <bringert@android.com> Restore search UI layout to get search button back

This reverts commit aa0cfa7b6bf8000c59ceca2f9b698103e553d402.

Change-Id: Ia58b6ac4778c1c376db144f6c5bde22adbc41c10
/frameworks/base/core/res/res/layout/search_bar.xml
aa0cfa7b6bf8000c59ceca2f9b698103e553d402 29-Jan-2010 Bjorn Bringert <bringert@android.com> Update search source selector assets

Change-Id: Id56e2ac195e1d1f8dcfe2fbe07025f3527396bba
/frameworks/base/core/res/res/layout/search_bar.xml
32d580c360da0a0f15e7a080f4ebd0b7b514fe4c 06-Jan-2010 Bjorn Bringert <bringert@android.com> Copy SearchSourceSelector from QuickSearchBox

The widget shows the icon for a search source, and when clicked
fires an intent that shows a search source selection activity.
That intent is handled by the QuickSearchBox app.

This change also adds the source selector to the in-app
search dialog.

An upcoming change to QuickSearchBox will add the search source
selector to the home screen search widget and to the Quick Search Box
activity.

TODO: Add assets for selected and pressed states to the search selector.
TODO: The SearchDialog hides when the soruce selection activity
appears. This will be fixed when SearchDialog is changed from a
system window to a normal app window.

Change-Id: I91eadd60682577614e274ecf5b995b927c70a48a
/frameworks/base/core/res/res/layout/search_bar.xml
980a938c1c9a6a5791a8240e5a1e6638ab28dc77 09-Jan-2010 Romain Guy <romainguy@android.com> Deprecate fill_parent and introduce match_parent.
Bug: #2361749.
/frameworks/base/core/res/res/layout/search_bar.xml
077357ccf0c8b35094a69c3fc8bddd9ee605cf78 23-Sep-2009 Bjorn Bringert <bringert@android.com> Back button in search always goes back or closes search

Before, the back button had different behavior depending on
which part of the search dialog had focus, and depending on
whether there were more suggestions than could fit in the
visible space in the drop-down.

This change makes the behavior of the BACK button more
predictable, by always going back to QSB when pivoted
into a source, and closing the search dialog when in
QSB.

Fixes http://b/issue?id=2126526
"One tap of back button when entering text to search
should always take you back to previous page"

Change-Id: I7b3553122eaa1a5d87ac966d5ab2a9f432063cc9
/frameworks/base/core/res/res/layout/search_bar.xml
e29f064383cbc745c8605c707000ab4e16ee0aac 24-Jun-2009 Romain Guy <romainguy@android.com> Fixes #1905761. Updates the height of ACTV's drop down whenever the IME changes.
/frameworks/base/core/res/res/layout/search_bar.xml
fb5b0824ed89d96f4d570e63f9d59edbb8dd1c2c 21-Jun-2009 Mike LeBeau <mlebeau@android.com> Set the search bar's AutoCompleteTextView to ellipsize=end.
After Romain's change 4829, we can set this to make hint text
ellipsize (and thus not line wrap) in the search dialog.
/frameworks/base/core/res/res/layout/search_bar.xml
1480eb27f5321ef5fc2faeee87c7464e279a4912 21-May-2009 Mike LeBeau <mlebeau@android.com> Add support to SuggestionsAdapter to query the 'working' status
of its underlying cursor and update a spinner in the search dialog
accordingly.
/frameworks/base/core/res/res/layout/search_bar.xml
743ae65992641263ae006605462af0290aac84ad 01-May-2009 Karl Rosaen <krosaen@google.com> make AutoCompleteTextView take the alternate anchor view into account when computing the max available space on screen.

before, it always computed the height based on the text view itself being the anchor. This fixes the clipping bug
in the search dialog.
/frameworks/base/core/res/res/layout/search_bar.xml
98e333f551a4bf2ebb50bb97a2a56b14bfdcd74b 28-Apr-2009 Karl Rosaen <krosaen@google.com> Fix back key and ime behavior for search dialog.

The back key now dismisses the soft keyboard, and then the dialog.

The soft keyboard behavior is improved by having ACTV do the following when 'mDropdownAlwaysShowing' is true:
- touching outside of the drop down doesn't dismiss it
- touching the text field ensures the imei is brought in front of the drop down
/frameworks/base/core/res/res/layout/search_bar.xml
1fd73239dcd2f17603e0819ca9963e04c8267bb2 28-Apr-2009 Mike LeBeau <mlebeau@android.com> Display the app icon to the left of the search field for search within apps.
/frameworks/base/core/res/res/layout/search_bar.xml
875d50a4b9294b2be33cff6493cae7acd1d07ea7 24-Apr-2009 Karl Rosaen <> AI 147564: Merge back from search branch to donut. Notes:
- all public apis and framework changes have been reviewed by relevant folks in our branch (e.g romainguy)
- all new public apis are @hidden; they will still get reviewed by api council once we're in git
- other than that, it's mostly GlobalSearch and search dialog stuff, a new apps provider, and some tweaks
to the contacts provider that was reviewed by jham

Automated import of CL 147564
/frameworks/base/core/res/res/layout/search_bar.xml
9066cfe9886ac131c34d59ed0e2d287b0e3c0087 04-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //depot/cupcake/@135843
/frameworks/base/core/res/res/layout/search_bar.xml
d83a98f4ce9cfa908f5c54bbd70f03eec07e7553 04-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //depot/cupcake/@135843
/frameworks/base/core/res/res/layout/search_bar.xml
076357b8567458d4b6dfdcf839ef751634cd2bfb 03-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //depot/cupcake/@132589
/frameworks/base/core/res/res/layout/search_bar.xml
3dec7d563a2f3e1eb967ce2054a00b6620e3558c 03-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //depot/cupcake/@137055
/frameworks/base/core/res/res/layout/search_bar.xml
d24b8183b93e781080b2c16c487e60d51c12da31 11-Feb-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //branches/cupcake/...@130745
/frameworks/base/core/res/res/layout/search_bar.xml
9266c558bf1d21ff647525ff99f7dadbca417309 16-Jan-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //branches/cupcake/...@126645
/frameworks/base/core/res/res/layout/search_bar.xml
b798689749c64baba81f02e10cf2157c747d6b46 10-Jan-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //branches/cupcake/...@125939
/frameworks/base/core/res/res/layout/search_bar.xml
f013e1afd1e68af5e3b868c26a653bbfb39538f8 18-Dec-2008 The Android Open Source Project <initial-contribution@android.com> Code drop from //branches/cupcake/...@124589
/frameworks/base/core/res/res/layout/search_bar.xml
54b6cfa9a9e5b861a9930af873580d6dc20f773c 21-Oct-2008 The Android Open Source Project <initial-contribution@android.com> Initial Contribution
/frameworks/base/core/res/res/layout/search_bar.xml