diff options
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r-- | AndroidManifest.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 42c076b..c530978 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -103,7 +103,8 @@ android:theme="@android:style/Theme.NoTitleBar" android:clearTaskOnLaunch="true" android:screenOrientation="landscape" - android:exported="true" /> + android:exported="true" + android:theme="@android:style/Theme.Holo.NoTitleBar" /> <activity android:name=".wifi.AdvancedSettings" android:label="@string/wifi_ip_settings_titlebar" |