From 0a607117d6c8d26d48adede0c903e0b7772a4327 Mon Sep 17 00:00:00 2001 From: James Falcon Date: Mon, 13 May 2013 21:53:44 -0500 Subject: Reduce default speeds to every .1 instead of every .05 so user doesn't have to do a lot of unchecking. Also, be consistant about where float or double is used and be consistent about which context is used for UserPreferences. --- res/values/arrays.xml | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) (limited to 'res') diff --git a/res/values/arrays.xml b/res/values/arrays.xml index 1fa7f8f28..534b9df50 100644 --- a/res/values/arrays.xml +++ b/res/values/arrays.xml @@ -59,7 +59,27 @@ 1.85 1.90 1.95 - 2.0 + 2.00 + 2.10 + 2.20 + 2.30 + 2.40 + 2.50 + 2.60 + 2.70 + 2.80 + 2.90 + 3.00 + 3.10 + 3.20 + 3.30 + 3.40 + 3.50 + 3.60 + 3.70 + 3.80 + 3.90 + 4.00 -- cgit v1.2.3