diff options
author | Christian Schneppe <christian@pix-art.de> | 2017-02-16 20:58:27 +0100 |
---|---|---|
committer | Christian Schneppe <christian@pix-art.de> | 2017-02-19 20:04:26 +0100 |
commit | b8cce73649a8c61fba3786f6804a0bf8db9ae055 (patch) | |
tree | b8698c5696cde9e67404f48099eaeb4a75ae642b /src/main/res/values | |
parent | 269ff52846f53b7e0fa6f31cf9099bd756f52333 (diff) |
add date bubble in chatlist
fixes #104
Diffstat (limited to 'src/main/res/values')
-rw-r--r-- | src/main/res/values/colors.xml | 1 | ||||
-rw-r--r-- | src/main/res/values/strings.xml | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/src/main/res/values/colors.xml b/src/main/res/values/colors.xml index 6a3d28c63..33d047d4c 100644 --- a/src/main/res/values/colors.xml +++ b/src/main/res/values/colors.xml @@ -21,4 +21,5 @@ <color name="darkwhite">#ffe6e6e6</color> <color name="lightblue">#ffc7d1e8</color> <color name="lightred">#ffd55555</color> + <color name="lightgreen">#ffb0ecaf</color> </resources> diff --git a/src/main/res/values/strings.xml b/src/main/res/values/strings.xml index 06cc6f7e4..bdd6c6fb7 100644 --- a/src/main/res/values/strings.xml +++ b/src/main/res/values/strings.xml @@ -737,4 +737,6 @@ <string name="timeout_7_days">7 days</string> <string name="timeout_30_days">30 days</string> <string name="timeout_6_months">6 months</string> + <string name="today">Today</string> + <string name="start_chatting">Start chtatting…</string> </resources> |