summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYour Name <jreck@google.com>2012-12-03 14:14:19 -0800
committerYour Name <jreck@google.com>2012-12-03 14:14:19 -0800
commitd10468b65396dd1fa4f20006fa8cea1221cc613c (patch)
tree50e0b0c54dcb5805ba4210b41d7aa5215629ddae
parent3c6a0610d50a866e520485163011c79d9ee62457 (diff)
downloadandroid_packages_apps_Gallery2-d10468b65396dd1fa4f20006fa8cea1221cc613c.tar.gz
android_packages_apps_Gallery2-d10468b65396dd1fa4f20006fa8cea1221cc613c.tar.bz2
android_packages_apps_Gallery2-d10468b65396dd1fa4f20006fa8cea1221cc613c.zip
Change themes
Bug: 7587841 Change-Id: Ie283c23015ae94ba6eeb69ba55a0523899718d4e
-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 b8b4461b0..43e4e173a 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -394,7 +394,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 c534ad895..c22a0fd07 100644
--- a/res/values/styles.xml
+++ b/res/values/styles.xml
@@ -39,6 +39,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>