From 75a8231afc0b30b568670354bdfa43b5437767ed Mon Sep 17 00:00:00 2001 From: serso Date: Mon, 23 Feb 2015 10:24:12 +0100 Subject: [PATCH] Long minus check was forgotten --- .../main/res/layout/function_edit_param.xml | 18 +++++++++++------- .../calculator/AbstractNumberBuilder.java | 3 ++- 2 files changed, 13 insertions(+), 8 deletions(-) diff --git a/android-app/src/main/res/layout/function_edit_param.xml b/android-app/src/main/res/layout/function_edit_param.xml index 4b4db28e..47ee0b36 100644 --- a/android-app/src/main/res/layout/function_edit_param.xml +++ b/android-app/src/main/res/layout/function_edit_param.xml @@ -23,30 +23,34 @@ --> + xmlns:tools="http://schemas.android.com/tools" + a:layout_width="match_parent" + a:layout_height="wrap_content" + a:orientation="horizontal">