summaryrefslogtreecommitdiffstats
path: root/src/com/android/camera/ui
diff options
context:
space:
mode:
authorjunjiez <junjiez@codeaurora.org>2018-03-26 15:59:00 +0800
committerGerrit - the friendly Code Review server <code-review@localhost>2018-03-29 23:34:16 -0700
commit470292cc9ff14216ddb81d3e4fd4b6c348cb9b5d (patch)
tree5696be87ef53b50b84326e5bdbc33749d868c4cc /src/com/android/camera/ui
parent5caf2c43022dea7a4b556ab959b5a369325711c3 (diff)
downloadandroid_packages_apps_Snap-470292cc9ff14216ddb81d3e4fd4b6c348cb9b5d.tar.gz
android_packages_apps_Snap-470292cc9ff14216ddb81d3e4fd4b6c348cb9b5d.tar.bz2
android_packages_apps_Snap-470292cc9ff14216ddb81d3e4fd4b6c348cb9b5d.zip
SnapdragonCamera:Fix Dp icon
Set deepportrait icon to visable after video recording is done, rotate icon when screen rotates. Change-Id: I843df6a9ce95022ef98cf301054905882e4a570c CRs-Fixed: 2212513
Diffstat (limited to 'src/com/android/camera/ui')
-rwxr-xr-xsrc/com/android/camera/ui/OneUICameraControls.java5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/com/android/camera/ui/OneUICameraControls.java b/src/com/android/camera/ui/OneUICameraControls.java
index 54e4b5bb7..646596912 100755
--- a/src/com/android/camera/ui/OneUICameraControls.java
+++ b/src/com/android/camera/ui/OneUICameraControls.java
@@ -500,8 +500,9 @@ public class OneUICameraControls extends RotatableLayout {
mOrientation = orientation;
View[] views = {
mSceneModeSwitcher, mFilterModeSwitcher, mFrontBackSwitcher,
- mTsMakeupSwitcher, mFlashButton, mPreview, mMute, mShutter, mVideoShutter,
- mMakeupSeekBarLowText, mMakeupSeekBarHighText, mPauseButton, mExitBestPhotpMode
+ mTsMakeupSwitcher, mFlashButton, mDeepportraitSwitcher, mPreview, mMute,
+ mShutter, mVideoShutter, mMakeupSeekBarLowText, mMakeupSeekBarHighText,
+ mPauseButton, mExitBestPhotpMode
};
for (View v : views) {