From 368cf4b3f037ab381b74a9b1c85bf4e990b446d8 Mon Sep 17 00:00:00 2001 From: Benoit Marty Date: Mon, 18 Mar 2019 15:17:17 +0100 Subject: [PATCH] Create new file for RiotX string --- app/src/main/res/values/strings.xml | 6 ------ app/src/main/res/values/strings_riotX.xml | 8 ++++++++ 2 files changed, 8 insertions(+), 6 deletions(-) create mode 100644 app/src/main/res/values/strings_riotX.xml diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index baa9ae4f..026248be 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -1,11 +1,5 @@ - - "Retry" - "Join a room to start using the app." - - - diff --git a/app/src/main/res/values/strings_riotX.xml b/app/src/main/res/values/strings_riotX.xml new file mode 100644 index 00000000..97af4f71 --- /dev/null +++ b/app/src/main/res/values/strings_riotX.xml @@ -0,0 +1,8 @@ + + + + + "Retry" + "Join a room to start using the app." + + \ No newline at end of file