summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--AndroidManifest.xml2
-rw-r--r--res/values/styles.xml2
2 files changed, 3 insertions, 1 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 25fe9dd9b..cd8a726e7 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -398,7 +398,7 @@
</intent-filter>
</activity>
<activity android:name="com.android.camera.ProxyLauncher"
- android:theme="@android:style/Theme.NoDisplay">
+ android:theme="@style/Theme.ProxyLauncher">
</activity>
</application>
</manifest>
diff --git a/res/values/styles.xml b/res/values/styles.xml
index c42bd66f8..65eb3c0e1 100644
--- a/res/values/styles.xml
+++ b/res/values/styles.xml
@@ -42,6 +42,8 @@
</style>
<style name="DialogPickerTheme" parent="Theme.Gallery">
</style>
+ <style name="Theme.ProxyLauncher" parent="@android:Theme.Translucent.NoTitleBar">
+ </style>
<bool name="picker_is_dialog">false</bool>
<color name="darker_transparent">#C1000000</color>
<style name="ActionBarTwoLinePrimary" parent="@android:style/TextAppearance.Holo.Widget.ActionBar.Title"></style>