diff --git a/CHANGELOG.md b/CHANGELOG.md
index b61c4dd1b..ac21bd537 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -37,6 +37,7 @@ Group changes to describe their impact on the project, as follows:
- Get remote provisioning URL from QR code scan.
- Allow rich input while composing chat message to easily send images from keyboard.
- Animated GIFs are no longer displayed as static images.
+- A dark mode is available.
### Fixes
- Fixed basic chat room with same correspondant with multiple local accounts always displaying the same one when clicking on it in chat rooms list view.
diff --git a/app/src/main/res/layout-land/about.xml b/app/src/main/res/layout-land/about.xml
index d24ff39cb..ed5473666 100644
--- a/app/src/main/res/layout-land/about.xml
+++ b/app/src/main/res/layout-land/about.xml
@@ -80,7 +80,7 @@
android:layout_height="0dp"
android:layout_gravity="center"
android:layout_weight="1"
- android:background="?attr/backgroundContastColor"
+ android:background="?attr/backgroundColor"
android:orientation="vertical"
android:padding="10dp">
@@ -112,7 +112,7 @@
android:background="?attr/dividerColor" />
@@ -37,6 +37,7 @@
android:layout_gravity="center"
android:gravity="center"
android:paddingTop="20dp"
+ android:textColorLink="?attr/secondaryTextColor"
android:text="@string/about_version" />
@@ -56,7 +58,7 @@
android:layout_gravity="center"
android:layout_weight="1"
android:orientation="vertical"
- android:background="?attr/backgroundContastColor"
+ android:background="?attr/backgroundColor"
android:padding="10dp">
Linphone
Linphone
Starting up
- %s registered
- %s failed to register
+ %s connected
+ %s failed to connect
Linphone Android %s
Linphone Core %s
@@ -250,10 +250,10 @@
Select a conversation or create a new one
- Registered
- Not registered
- Registration in progress
- Registration failed
+ Connected
+ Not connected
+ Connection in progress
+ Connection failed
unread messages
diff --git a/app/src/main/res/values/styles.xml b/app/src/main/res/values/styles.xml
index 08fee9f5b..6c5a4946f 100644
--- a/app/src/main/res/values/styles.xml
+++ b/app/src/main/res/values/styles.xml
@@ -100,7 +100,7 @@