From 2276165cf0692009e7c58139ddb72cb4c62ae824 Mon Sep 17 00:00:00 2001 From: Andrew McMillan Date: Mon, 28 Nov 2011 19:33:54 +1300 Subject: [PATCH] Tidy up preferences menus. --- res/values/strings.xml | 4 + res/xml/main_preferences.xml | 213 ++++++++++++++++++++----------------------- 2 files changed, 105 insertions(+), 112 deletions(-) rewrite res/xml/main_preferences.xml (76%) diff --git a/res/values/strings.xml b/res/values/strings.xml index 6e44fb6..4c1388d 100755 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -230,6 +230,8 @@ Server validation was successful. Unable to authenticate with server. Week View settings + Alarm settings + General settings Validating server Connecting to server please wait... Checking internet connectivity @@ -290,4 +292,6 @@ You can chat with the aCal authors on IRC in the <a href="irc://irc.oftc.net/#acal">"#acal on irc.oftc.net</a> The <em>aCal</em> mailing lists are public and you can subscribe at <a href="http://lists.acal.me/">lists.acal.me</a>. There are archives there too. aCal is "Free Software" (that\'s "free" as in "freedom") which is licensed under the General Public License v3 or later. You can download <a href="http://gitorious.org/acal">the source code for aCal from Gitorious</a> + Task marked as completed. + Task was deleted. \ No newline at end of file diff --git a/res/xml/main_preferences.xml b/res/xml/main_preferences.xml dissimilarity index 76% index 31874e7..29c1a52 100644 --- a/res/xml/main_preferences.xml +++ b/res/xml/main_preferences.xml @@ -1,112 +1,101 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file -- 2.11.4.GIT