From 29f9c56960874d3ecaf20205044307061575297a Mon Sep 17 00:00:00 2001 From: Gustavo Martin Morcuende Date: Thu, 20 Nov 2014 05:31:16 +0100 Subject: [PATCH] No time for comments --- .../gumartinm/weather/information/fragment/current/CurrentFragment.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/java/name/gumartinm/weather/information/fragment/current/CurrentFragment.java b/app/src/main/java/name/gumartinm/weather/information/fragment/current/CurrentFragment.java index a356579..6f4871f 100644 --- a/app/src/main/java/name/gumartinm/weather/information/fragment/current/CurrentFragment.java +++ b/app/src/main/java/name/gumartinm/weather/information/fragment/current/CurrentFragment.java @@ -225,7 +225,7 @@ public class CurrentFragment extends Fragment { // 2. Formatters final DecimalFormat numberFormatter = (DecimalFormat) NumberFormat.getNumberInstance(Locale.US); - numberFormatter.applyPattern("#####.#####"); + numberFormatter.applyPattern("####.###"); final SimpleDateFormat dateFormat = new SimpleDateFormat("yyyy.MM.dd HH:mm:ss", Locale.US); -- 2.1.4