diff options
author | Clyhtsuriva <aimeric@adjutor.xyz> | 2021-02-09 20:48:18 +0100 |
---|---|---|
committer | Clyhtsuriva <aimeric@adjutor.xyz> | 2021-02-09 20:48:18 +0100 |
commit | 8064dbe9a5c2fbd9073b694fa237d457039380b2 (patch) | |
tree | 5ed4e8e2dace70631027f6197a885f5626a2692d /app/src/main/res/values/strings.xml | |
parent | 04a65204406247589b2a334f5367e8384a6caa92 (diff) |
Adding colours and "locking" in dark mode.
Diffstat (limited to 'app/src/main/res/values/strings.xml')
-rw-r--r-- | app/src/main/res/values/strings.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index b907069..cbf81ad 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -10,4 +10,5 @@ <string name="hello_first_fragment">Oi Otouto !</string> <string name="hello_second_fragment">Hello second fragment. Arg: %1$s</string> + <string name="info">Infos about the developper of the app.</string> </resources>
\ No newline at end of file |