diff options
author | Dianne Hackborn <hackbod@google.com> | 2011-01-23 13:28:02 -0800 |
---|---|---|
committer | Dianne Hackborn <hackbod@google.com> | 2011-01-23 14:10:41 -0800 |
commit | 7c69dba7cc03073820d567dcb2fa6af031326e7a (patch) | |
tree | d5149939041e43656ad84e7547072efcc1d9ad06 /samples/NotePad | |
parent | fd6a2b4d2552f4a6179ac6f5f499e48310a8d813 (diff) | |
download | android_development-7c69dba7cc03073820d567dcb2fa6af031326e7a.tar.gz android_development-7c69dba7cc03073820d567dcb2fa6af031326e7a.tar.bz2 android_development-7c69dba7cc03073820d567dcb2fa6af031326e7a.zip |
Remove use of old theme name.
Change-Id: Iebc7a81738122fbfb94f22649e07eabb39dc4afb
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" > |