diff options
author | Abhishek Aggarwal <warabhishek@e.email> | 2022-04-21 07:58:48 +0000 |
---|---|---|
committer | Abhishek Aggarwal <warabhishek@e.email> | 2022-04-21 07:58:48 +0000 |
commit | 5618e3f4307c8755372e743f2052375f5318a251 (patch) | |
tree | 60e94af278c7d952177965a5380d69354227429f /app/src/main/res/layout | |
parent | 5658347ab0099c4f512e19a3807d38758396114a (diff) | |
parent | 5ad1edb01ee3e3775f93727c52245ad2a9b423a2 (diff) |
Merge branch '5295_location-restore' into 'main'
privacycentralapp: Restore location when view is created
See merge request e/privacy-central/privacycentralapp!42
Diffstat (limited to 'app/src/main/res/layout')
-rw-r--r-- | app/src/main/res/layout/fragment_fake_location.xml | 4 |
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" /> |