summaryrefslogtreecommitdiff
path: root/app/src/main/res
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res')
-rw-r--r--app/src/main/res/layout/fragment_fake_location.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/src/main/res/layout/fragment_fake_location.xml b/app/src/main/res/layout/fragment_fake_location.xml
index 065d222..64432cb 100644
--- a/app/src/main/res/layout/fragment_fake_location.xml
+++ b/app/src/main/res/layout/fragment_fake_location.xml
@@ -117,7 +117,7 @@
>
<com.google.android.material.textfield.TextInputEditText
android:id="@+id/edittext_longitude"
- android:inputType="numberDecimal"
+ android:inputType="numberDecimal|numberSigned"
android:layout_height="wrap_content"
android:layout_width="match_parent"
/>
@@ -136,7 +136,7 @@
>
<com.google.android.material.textfield.TextInputEditText
android:id="@+id/edittext_latitude"
- android:inputType="numberDecimal"
+ android:inputType="numberDecimal|numberSigned"
android:layout_height="wrap_content"
android:layout_width="match_parent"
/>