summaryrefslogtreecommitdiffstats
path: root/res/drawable-sw485dp/ic_viewfinder_flash_off.png
Commit message (Collapse)AuthorAgeFilesLines
* Fix layout on 1024x600dp devices.Wu-cheng Li2011-05-241-0/+0
| | | | | | | | | | Change sw485dp to w1024dp and w1280dp. The wheel is not flexible enough to scale according to the size. So w1024dp uses the same wheel but smaller layout_width. bug:4473360 Change-Id: I0eef53bd22b3cc0360b2e76fcff02f250ce3cdbf
* Move layout and resource to sw485dp.Wu-cheng Li2011-05-231-0/+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