From eda695878d61ef761546295682afe4a450697d3d Mon Sep 17 00:00:00 2001
From: Marvin Borner
Date: Tue, 24 Jul 2018 16:34:08 +0200
Subject: Switched to dark theme and fixed several small things
---
app/src/main/res/values/dimens.xml | 1 +
app/src/main/res/values/strings.xml | 9 ++++-----
app/src/main/res/values/styles.xml | 11 ++++++++++-
3 files changed, 15 insertions(+), 6 deletions(-)
(limited to 'app/src/main/res/values')
diff --git a/app/src/main/res/values/dimens.xml b/app/src/main/res/values/dimens.xml
index 47c8224..812cb7b 100644
--- a/app/src/main/res/values/dimens.xml
+++ b/app/src/main/res/values/dimens.xml
@@ -2,4 +2,5 @@
16dp
16dp
+ 16dp
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index bfbb221..6576e72 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -3,14 +3,13 @@
Email
- Password (optional)
- Sign in or register
+ Password
+ Sign in
Sign in
This email address is invalid
This password is too short
This password is incorrect
This field is required
- "Contacts permissions are needed for providing email
- completions."
-
+ "Contacts permissions are needed for providing email completions."
+ Home
diff --git a/app/src/main/res/values/styles.xml b/app/src/main/res/values/styles.xml
index 5885930..d4ea9ae 100644
--- a/app/src/main/res/values/styles.xml
+++ b/app/src/main/res/values/styles.xml
@@ -1,11 +1,20 @@
-
+
+
+
+
+
+
--
cgit v1.2.3