From c170c693ec24c892b07fae617a95194dca492392 Mon Sep 17 00:00:00 2001 From: John Hsing Date: Sun, 5 Feb 2012 23:38:33 +0800 Subject: [PATCH] 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 --- AndroidManifest.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 149b48a..d57636a 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -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" >