Use signed number

This commit is contained in:
serso 2016-03-27 15:37:47 +02:00
parent fc468347ed
commit 9b42cf844a
2 changed files with 2 additions and 2 deletions

View File

@ -71,7 +71,7 @@
android:id="@+id/converter_edittext_from" android:id="@+id/converter_edittext_from"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent"
android:inputType="numberDecimal" android:inputType="numberDecimal|numberSigned"
android:singleLine="true" /> android:singleLine="true" />
</android.support.design.widget.TextInputLayout> </android.support.design.widget.TextInputLayout>

View File

@ -75,7 +75,7 @@
a:layout_width="match_parent" a:layout_width="match_parent"
a:layout_height="wrap_content" a:layout_height="wrap_content"
a:hint="@string/c_var_value" a:hint="@string/c_var_value"
a:inputType="numberDecimal" /> a:inputType="numberDecimal|numberSigned" />
</android.support.design.widget.TextInputLayout> </android.support.design.widget.TextInputLayout>
<android.support.design.widget.TextInputLayout <android.support.design.widget.TextInputLayout