Fix persistent breakage: remove Holo keyword.

Change-Id: I67df2f4b89dda7a31f82246be74ea0062643022c
This commit is contained in:
Daisuke Miyakawa
2010-09-15 13:00:57 -07:00
parent 3d7530583d
commit 1b31dc029d

View File

@@ -100,10 +100,10 @@
</activity-alias>
<activity android:name=".wifi.WifiSettingsForSetupWizardXL"
android:theme="@android:style/Theme.NoTitleBar"
android:clearTaskOnLaunch="true"
android:screenOrientation="landscape"
android:exported="true"
android:theme="@android:style/Theme.Holo.NoTitleBar" />
android:exported="true" />
<activity android:name=".wifi.AdvancedSettings"
android:label="@string/wifi_ip_settings_titlebar"