Skip to content
Snippets Groups Projects
Commit 869fe015 authored by Xavier Gibert's avatar Xavier Gibert
Browse files

BugFix negative angles in mission form

parent c0266dbe
No related branches found
Tags STAVOR_v1.0.6
No related merge requests found
......@@ -269,7 +269,7 @@
android:layout_height="wrap_content"
android:layout_weight="1"
android:ems="10"
android:inputType="numberDecimal" />
android:inputType="numberSigned|numberDecimal" />
</LinearLayout>
<LinearLayout
......@@ -289,7 +289,7 @@
android:layout_height="wrap_content"
android:layout_weight="1"
android:ems="10"
android:inputType="numberDecimal" />
android:inputType="numberSigned|numberDecimal" />
</LinearLayout>
<LinearLayout
......@@ -309,7 +309,7 @@
android:layout_height="wrap_content"
android:layout_weight="1"
android:ems="10"
android:inputType="numberDecimal" />
android:inputType="numberSigned|numberDecimal" />
</LinearLayout>
<LinearLayout
......@@ -329,7 +329,7 @@
android:layout_height="wrap_content"
android:layout_weight="1"
android:ems="10"
android:inputType="numberDecimal" />
android:inputType="numberSigned|numberDecimal" />
</LinearLayout>
</LinearLayout>
</LinearLayout>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment