diff --git a/CHANGELOG.md b/CHANGELOG.md
index 021565983..da97194a5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
+### Fixed
+- Fixed phone number text direction in RTL layout ([#307])
+
## [1.4.0] - 2025-04-01
### Added
diff --git a/app/src/main/res/layout/activity_call.xml b/app/src/main/res/layout/activity_call.xml
index a9ac49ada..2d67bc3b9 100644
--- a/app/src/main/res/layout/activity_call.xml
+++ b/app/src/main/res/layout/activity_call.xml
@@ -40,6 +40,7 @@
app:layout_constraintEnd_toStartOf="@+id/on_hold_label"
app:layout_constraintStart_toEndOf="@+id/imageView"
app:layout_constraintTop_toTopOf="parent"
+ android:textDirection="firstStrongLtr"
tools:text="0912 345 678" />
+ android:layout_height="match_parent"
+ tools:background="#fff">