From aae2d47a756aaa55f2fd2e363755bff80b50106a Mon Sep 17 00:00:00 2001 From: John Hsing Date: Sun, 5 Feb 2012 23:38:33 +0800 Subject: [PATCH] Use the app icon for navigation in settings_page In addition, set theme of settings_page and alarm_page to Theme.Holo.Light. Signed-off-by: John Hsing --- AndroidManifest.xml | 4 ++-- src/net/micode/notes/ui/NotesPreferenceActivity.java | 10 +++++++++- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 149b48a..838517b 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -127,14 +127,14 @@ android:name=".ui.AlarmAlertActivity" android:label="@string/app_name" android:launchMode="singleInstance" - android:theme="@android:style/Theme.Wallpaper.NoTitleBar" > + android:theme="@android:style/Theme.Holo.Wallpaper.NoTitleBar" > + android:theme="@android:style/Theme.Holo.Light" >