diff options
Diffstat (limited to 'samples/NotePad')
-rw-r--r-- | samples/NotePad/AndroidManifest.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/samples/NotePad/AndroidManifest.xml b/samples/NotePad/AndroidManifest.xml index 01917872e..63428049e 100644 --- a/samples/NotePad/AndroidManifest.xml +++ b/samples/NotePad/AndroidManifest.xml @@ -52,7 +52,7 @@ </activity> <activity android:name="NoteEditor" - android:theme="@android:style/Theme.Light.Holo" + android:theme="@android:style/Theme.Holo.Light" android:screenOrientation="sensor" android:configChanges="keyboardHidden|orientation" > |