summaryrefslogtreecommitdiffstats
path: root/res/layout/search_result_item.xml
Commit message (Collapse)AuthorAgeFilesLines
* Do not show the Preference summary in Search resultsFabrice Di Meglio2014-06-051-9/+0
| | | | | | | | | - as the summary was sometimes showing "Unknown" or even not the real Preference value (we dont have right now the capability to know the current value of a Preference), so it is better to be safe than sorry. Change-Id: I009c31fc41ad35a630f4b34aa0ef998932f65263
* Tune Search layouts following UX specFabrice Di Meglio2014-06-051-10/+5
| | | | | | See bug: #15384992 Setting Dashboard - padding updates Change-Id: Ia7839459b3d67529db55e70c0ecda3da9b37d840
* Update UI for Search resultsFabrice Di Meglio2014-04-141-19/+19
| | | | | | | | - put the icon on the left - just use the "summaryOn" ellipsized instead of the list of values Change-Id: I7250ff5b7c882b873cfe6bb0ec550a8eaf052d16
* Settings - update for new UI (no more Drawer)Fabrice Di Meglio2014-03-281-0/+71
- follow the UX spec by no more using a Drawer - the Dashboard is now a Fragment that contains the list of Headers - the search results are also put into a Fragment that is replacing the initial one (Dashboard or other) when expanding the SearchView - use a SearchView for query input - when tapping on a Header or a Search Result, re-launch Settings as an Activity so that we are benefiting from the Activity stack for UP affordance and BACK button - manage UP affordance to show it only when needed - move some Actions to the Menu in the ActionBar for allowing space to the Search action and removing some clutter - fix an issue with the Index and WiFiEnabler and their cached Context that was not updated when there was a Configuration change - simplify the SettingsActivity code by extracting some inner classes Change-Id: I50b5f77bb44a7fade1886114dbbc820609a5e63d