From 7951aa6811ca9fea53720626f7d7ef50e56c858e Mon Sep 17 00:00:00 2001 From: woheller69 Date: Mon, 3 Apr 2023 16:05:45 +0200 Subject: [PATCH] limit range to positive numbers for some parameters --- app/src/main/res/layout/dialog_edit_location.xml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/app/src/main/res/layout/dialog_edit_location.xml b/app/src/main/res/layout/dialog_edit_location.xml index cece05c..0bd284b 100644 --- a/app/src/main/res/layout/dialog_edit_location.xml +++ b/app/src/main/res/layout/dialog_edit_location.xml @@ -59,7 +59,7 @@ android:id="@+id/EditLocation_Tilt" android:layout_width="match_parent" android:layout_height="wrap_content" - android:inputType="numberDecimal|numberSigned" + android:inputType="numberDecimal" android:hint="@string/edit_location_hint_tilt"/> \ No newline at end of file