| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
Also adjust the layout according to char limit and remove
unused time lapse strings.
bug:3329896
Change-Id: Icb8b909b4936d548825bd2dc279962fac0978203
|
|
|
|
|
| |
bug:3278543
Change-Id: I4a1a31113dd5614eabb6ed5ebb0b2857f930b135
|
|
|
|
|
|
| |
+Fix the dividers of other settings.
Change-Id: Ie74333cc52273536a4c733b137fba78733decc08
|
|
|
|
|
| |
bug:3242802
Change-Id: I37742a8db4ddaa272d0a84f395d7f6afe89a7909
|
|
|
|
|
|
|
|
|
| |
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
|
|
UI was re-designed.
bug:3156666
Change-Id: Id40fab084f59cdeca8e2991dc8b3768fcac8e0bf
|