diff options
Diffstat (limited to 'res/values')
-rw-r--r-- | res/values/colors.xml | 2 | ||||
-rw-r--r-- | res/values/strings.xml | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/res/values/colors.xml b/res/values/colors.xml index 382b5471..4ede1c10 100644 --- a/res/values/colors.xml +++ b/res/values/colors.xml @@ -2,8 +2,10 @@ <resources> <color name="primarytext" type="color">#de000000</color> <color name="secondarytext" type="color">#8a000000</color> + <color name="ondarktext" type="color">#fffafafa</color> <color name="primarybackground" type="color">#fffafafa</color> <color name="secondarybackground" type="color">#ffeeeeee</color> + <color name="darkbackground" type="color">#ff323232</color> <color name="divider">#1f000000</color> <color name="red">#ffe51c23</color> </resources>
\ No newline at end of file diff --git a/res/values/strings.xml b/res/values/strings.xml index dcaf58d2..80bd2052 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -252,4 +252,6 @@ <string name="no_muc_server_found">No suitable Conference Server found</string> <string name="your_fingerprint">Your fingerprint</string> <string name="otr_fingerprint">OTR fingerprint</string> + <string name="verify">Verify</string> + <string name="decrypt">Decrypt</string> </resources>
\ No newline at end of file |