aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/values/themes.xml
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2018-11-23 14:40:12 +0100
committerChristian Schneppe <christian@pix-art.de>2018-11-23 14:40:12 +0100
commit28ea64fd8eb923b95cc88b8ada67f81b0757e5bf (patch)
tree0109b3eadfec5449fd7ab13fe4dec2c3c4f5ad7c /src/main/res/values/themes.xml
parent504715c215605552d5e7771550bc21cc35b1af5d (diff)
show 'show password' toggle for all magically created accounts
Diffstat (limited to 'src/main/res/values/themes.xml')
-rw-r--r--src/main/res/values/themes.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main/res/values/themes.xml b/src/main/res/values/themes.xml
index 342ed8aa1..c10f8bffd 100644
--- a/src/main/res/values/themes.xml
+++ b/src/main/res/values/themes.xml
@@ -16,6 +16,7 @@
<item name="color_warning">@color/red700</item>
<item name="TextColorOnline">@color/green500</item>
<item name="TextColorError">@color/red800</item>
+ <item name="edit_text_color">@color/black87</item>
<item name="activity_background_search">@drawable/search_background_light</item>
<item name="activity_background_no_results">@drawable/no_results_background_light</item>
@@ -170,6 +171,7 @@
<item name="color_warning">@color/red700</item>
<item name="TextColorOnline">@color/green500</item>
<item name="TextColorError">@color/red500</item>
+ <item name="edit_text_color">@color/white</item>
<item name="activity_background_search">@drawable/search_background_dark</item>
<item name="activity_background_no_results">@drawable/no_results_background_dark</item>