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>
pull/11/head
John Hsing 14 years ago
parent 6cbf71d77e
commit c170c693ec

@ -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

Loading…
Cancel
Save