Set settings_page theme to Theme.Holo.Light

In Android 4.x, recommended theme is Theme.Holo. do this
just to keep consistent.

Signed-off-by: John Hsing <tsyj2007@gmail.com>
This commit is contained in:
John Hsing 2012-02-05 23:38:33 +08:00
parent 6cbf71d77e
commit c170c693ec
1 changed files with 1 additions and 1 deletions

View File

@ -134,7 +134,7 @@
android:name="net.micode.notes.ui.NotesPreferenceActivity"
android:label="@string/preferences_title"
android:launchMode="singleTop"
android:theme="@android:style/Theme.Light" >
android:theme="@android:style/Theme.Holo.Light" >
</activity>
<service