From 0ce7921dc33242b95dbfa8b223ae980b2d07d9ac Mon Sep 17 00:00:00 2001 From: Sam Bosley Date: Fri, 14 Dec 2012 14:03:57 -0800 Subject: [PATCH] option to hide quickadd controls --- astrid/res/values/keys.xml | 3 +++ astrid/res/values/strings-core.xml | 6 ++++-- astrid/res/xml/preferences.xml | 5 +++++ astrid/src/com/todoroo/astrid/ui/QuickAddBar.java | 6 ++---- 4 files changed, 14 insertions(+), 6 deletions(-) diff --git a/astrid/res/values/keys.xml b/astrid/res/values/keys.xml index 6be377074..755e9c1b1 100644 --- a/astrid/res/values/keys.xml +++ b/astrid/res/values/keys.xml @@ -81,6 +81,9 @@ p_show_assigned_f p_show_no_list_f + + p_show_quickadd_controls + 1 diff --git a/astrid/res/values/strings-core.xml b/astrid/res/values/strings-core.xml index fe7b8212b..a0f25af6d 100644 --- a/astrid/res/values/strings-core.xml +++ b/astrid/res/values/strings-core.xml @@ -707,8 +707,10 @@ Show list members in shared lists - Simple input boxes - + Simple text boxes + + + Advanced quickadd controls Color theme diff --git a/astrid/res/xml/preferences.xml b/astrid/res/xml/preferences.xml index 2d735848b..e1cbe3056 100644 --- a/astrid/res/xml/preferences.xml +++ b/astrid/res/xml/preferences.xml @@ -98,6 +98,11 @@ android:title="@string/EPr_simple_input_boxes" android:defaultValue="false"/> + +