summaryrefslogtreecommitdiffstats
path: root/res/layout/basic_setting_popup.xml
Commit message (Collapse)AuthorAgeFilesLines
* Change dialog style to fit ICS theme.Angus Kong2011-09-221-3/+4
| | | | | | | | | | | 1. The height of title is adjusted. 2. The height of each row is adjusted. 3. The background is not transparent anymore. 4. Font size is adjusted. 5. Leave some space between the setting popup and the indicator bar. bug:5039235 Change-Id: I22d49ea04db15b3e2a095a5e360a76ab15e1a5fc
* Refactor the overflow menu for new UI.Chung-yih Wang2011-09-061-18/+7
| | | | | | | | bug:5039364 +Use Switch widget for the 'Store location' preference. Change-Id: I031cef58ab60d62d04431d7bfe742da672899deb
* Rotate the focus rectangle in different orientations.Wu-cheng Li2011-08-301-6/+1
| | | | | | | | The new focus assets look different in portrait and landscape. Rotate the drawable so the orientation looks correct. bug:5223866 Change-Id: I5e5ebbcbaca95b118e051fbf6131c1a12584b2f2
* Use View.GONE instead of View.INVISIBLE.Chung-yih Wang2011-08-051-1/+1
| | | | | | Refactor this to improve the performance. Change-Id: I6a20021bf07546b0cfa6b4c4b5fe0d67556940a5
* Merge the indicator bar implementations.Chung-yih Wang2011-08-041-0/+59
bug:5039235 Originally we have the GLView-implemented indicators for Phone-based UI. Based on the current UI design, we would like to merge the look on all devices for the dialog of the camera setting. Therefore, a refactor of how to handle the popup window is required here and this will simplify our UI work for handling different layout/resolution. Change-Id: I6f9e6ebed7600be460ddd906505cdc44f81098ad