summaryrefslogtreecommitdiffstats
path: root/res/layout-xlarge/setting_item.xml
Commit message (Collapse)AuthorAgeFilesLines
* Move layout and resource to sw485dp.Wu-cheng Li2011-05-231-31/+0
| | | | | | | | | | | | | | | Camera app has phone UI and tablet UI. Phone UI can be used by one hand in portrait mode. So all the controls are on the same side. The maximum size that can be comfortablely used by one hand is around 480dp. If both sides of the screen are bigger than 480dp, the app will use tablet UI. Use sw485dp to make sure 640x480dp use phone UI. Also remove some hard-coded values in xlarge layout. bug:4473360 Change-Id: I8a1dafaee84594b84a81f21f05c2568e5f7d324d
* Add char limit to some strings.Wu-cheng Li2011-01-171-2/+3
| | | | | | | | Also adjust the layout according to char limit and remove unused time lapse strings. bug:3329896 Change-Id: Icb8b909b4936d548825bd2dc279962fac0978203
* Use ListView for basic setting popup windows.Chung-yih Wang2010-12-201-12/+1
| | | | | bug:3278543 Change-Id: I4a1a31113dd5614eabb6ed5ebb0b2857f930b135
* Fix the setting icon cut issue.Chung-yih Wang2010-12-091-4/+2
| | | | | | +Fix the dividers of other settings. Change-Id: Ie74333cc52273536a4c733b137fba78733decc08
* Add divider between settings in popup window.Chung-yih Wang2010-12-091-11/+22
| | | | | bug:3242802 Change-Id: I37742a8db4ddaa272d0a84f395d7f6afe89a7909
* Fix various UI issues.Wu-cheng Li2010-11-221-9/+2
| | | | | | | | | 1. Increase the left margin of other setting popup window. 2. Replace TableLayout/TableRow with LinearLayout. 3. Increase the size of previous/next buttons in other setting popup window. 4. Rows in BasicSettingPopup and OtherSettingPopup now use the same layout style. Change-Id: I500cfed867367f997e40b559458d8d28ac27d2e2
* Change setting picker to popup window.Wu-cheng Li2010-11-121-0/+39
UI was re-designed. bug:3156666 Change-Id: Id40fab084f59cdeca8e2991dc8b3768fcac8e0bf