diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt index 27b1202ae4ba..289204dcbee8 100644 --- a/RELEASE-NOTES.txt +++ b/RELEASE-NOTES.txt @@ -4,6 +4,7 @@ ----- * [*] [Jetpack-only] Removed Social section from the detail screen of Total Followers card [https://github.com/wordpress-mobile/WordPress-Android/pull/20763] * [***] [Jetpack-only] Reorganized Stats to include updated Traffic and Insights tabs, along with a newly added Subscribers tab to improve subscriber metrics analysis [https://github.com/wordpress-mobile/WordPress-Android/pull/20756] +* [*] Site picker: Fixed the UI alignment issue in RTL [https://github.com/wordpress-mobile/WordPress-Android/pull/20804] 24.8 ----- diff --git a/WordPress/src/main/res/layout/item_choose_site.xml b/WordPress/src/main/res/layout/item_choose_site.xml index ceca730a5e12..9ffc791af9dd 100644 --- a/WordPress/src/main/res/layout/item_choose_site.xml +++ b/WordPress/src/main/res/layout/item_choose_site.xml @@ -69,6 +69,7 @@ style="@style/Widget.LoginFlow.TextView.List.Line1" android:layout_width="0dp" android:layout_height="wrap_content" + android:textAlignment="viewStart" android:layout_marginStart="@dimen/margin_extra_large" android:ellipsize="end" android:maxLines="1" @@ -77,6 +78,7 @@ app:layout_constraintEnd_toStartOf="@+id/pin" app:layout_constraintStart_toEndOf="@+id/avatar_container" app:layout_constraintTop_toTopOf="@+id/avatar_container" + app:layout_goneMarginEnd="@dimen/margin_extra_large" tools:text="Around the World with Pam" />