summaryrefslogtreecommitdiffstats
path: root/src/com/android/camera/ui/OneRowGridView.java
Commit message (Collapse)AuthorAgeFilesLines
* Fix sometimes share icons disappear.Wu-cheng Li2011-11-111-11/+15
| | | | | bug:5580133 Change-Id: I4f76ac8d03a54cfd7105e70ca4f1d643e01d3293
* Change the default orientation to portrait.Chung-yih Wang2011-11-011-0/+43
bug:5446617 Since the orientation is mainly portrait on phones, the default orientation of an application will decide if the window animation will be played before it starts. In order to reduce the launch time of Camera apps, this change is to skip the window animations by changing the default orientation to portrait. Change-Id: I6682ab408d7e8d1f0580f3c1600b6c9c3d6a7f6e