Bug 793162 - Use default Fennec theme for Webapps. r=mfinkle

This commit is contained in:
Wes Johnston 2012-09-24 14:52:25 -07:00
parent 7876a2cce9
commit 1447b91a32
3 changed files with 2 additions and 9 deletions

View File

@ -5,7 +5,7 @@
android:launchMode="singleInstance"
android:taskAffinity="org.mozilla.gecko.WEBAPP@APPNUM@"
android:process=":@ANDROID_PACKAGE_NAME@.WebApp@APPNUM@"
android:theme="@style/Gecko.Translucent.NoActionBar">
android:theme="@style/Gecko.App">
<intent-filter>
<action android:name="org.mozilla.gecko.WEBAPP@APPNUM@" />
</intent-filter>

View File

@ -43,11 +43,6 @@
<item name="android:windowNoTitle">false</item>
</style>
<style name="Gecko.Translucent.NoActionBar">
<item name="android:windowActionBar">false</item>
<item name="android:windowNoTitle">true</item>
</style>
<style name="Gecko.App">
<item name="android:windowBackground">@drawable/abouthome_bg_repeat</item>
<item name="android:panelBackground">@drawable/menu_panel_bg</item>

View File

@ -36,8 +36,6 @@
<item name="android:windowNoTitle">true</item>
</style>
<style name="Gecko.Translucent.NoActionBar" parent="Gecko.Translucent"/>
<style name="Gecko.App">
<item name="android:windowBackground">@drawable/abouthome_bg_repeat</item>
</style>