diff options
Diffstat (limited to 'app/src/main/res')
-rw-r--r-- | app/src/main/res/layout/fragment_fake_location.xml | 4 | ||||
-rw-r--r-- | app/src/main/res/values/themes.xml | 2 |
2 files changed, 3 insertions, 3 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" /> diff --git a/app/src/main/res/values/themes.xml b/app/src/main/res/values/themes.xml index 60cd9e4..febea31 100644 --- a/app/src/main/res/values/themes.xml +++ b/app/src/main/res/values/themes.xml @@ -2,7 +2,7 @@ <!-- Base application theme. --> <style name="Theme.PrivacyCentralApp" parent="Theme.MaterialComponents.DayNight.NoActionBar"> <!-- Primary brand color. --> - <item name="colorPrimary">@color/primary</item> + <item name="colorPrimary">@color/accent</item> <item name="colorAccent">@color/accent</item> <!-- Status bar color. --> |