summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorztenghui <ztenghui@google.com>2013-08-13 15:53:57 -0700
committerztenghui <ztenghui@google.com>2013-08-13 16:13:54 -0700
commit50df47071c776703a36dbc4cb90ec8d1df3c0f6e (patch)
treed5b93852395ac5bd6e8de1152b764f38cdfbf70b /src
parent0353ca2e048543bd6e233b4c2110a1df1070cd3f (diff)
downloadandroid_packages_apps_Snap-50df47071c776703a36dbc4cb90ec8d1df3c0f6e.tar.gz
android_packages_apps_Snap-50df47071c776703a36dbc4cb90ec8d1df3c0f6e.tar.bz2
android_packages_apps_Snap-50df47071c776703a36dbc4cb90ec8d1df3c0f6e.zip
Hide the actionbar and title at the beginning
bug:10245009 Change-Id: I39640e9f7add0c8ae20257dd5c71cefd4a927a0e
Diffstat (limited to 'src')
-rw-r--r--src/com/android/camera/CameraActivity.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/com/android/camera/CameraActivity.java b/src/com/android/camera/CameraActivity.java
index 66667e12d..3e2065c28 100644
--- a/src/com/android/camera/CameraActivity.java
+++ b/src/com/android/camera/CameraActivity.java
@@ -452,6 +452,7 @@ public class CameraActivity extends Activity
@Override
public void onCreate(Bundle state) {
super.onCreate(state);
+ getWindow().requestFeature(Window.FEATURE_ACTION_BAR);
setContentView(R.layout.camera_filmstrip);
mActionBar = getActionBar();
// Hide action bar first since we are in full screen mode first.