diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt index dd565d9854f8..f0fed4169e58 100644 --- a/RELEASE-NOTES.txt +++ b/RELEASE-NOTES.txt @@ -3,6 +3,7 @@ 21.3 ----- * [*] [Jetpack-only] Comments: fix a crash in My Site > Comments with Jetpack standalone plugins. [https://github.com/wordpress-mobile/WordPress-Android/pull/17456] +* [*] [internal] Fix an issue preventing the text and button on the 'WordPress is Better with Jetpack' overlay to be entirely visible with big fonts. [https://github.com/wordpress-mobile/WordPress-Android/pull/17503] 21.2 ----- diff --git a/WordPress/src/main/res/layout-land/jetpack_powered_bottom_sheet.xml b/WordPress/src/main/res/layout-land/jetpack_powered_bottom_sheet.xml index efcaf3315e12..128543dbe04a 100644 --- a/WordPress/src/main/res/layout-land/jetpack_powered_bottom_sheet.xml +++ b/WordPress/src/main/res/layout-land/jetpack_powered_bottom_sheet.xml @@ -4,8 +4,6 @@ xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="wrap_content" - android:paddingStart="@dimen/margin_extra_extra_medium_large" - android:paddingEnd="@dimen/margin_extra_extra_medium_large" android:background="@color/jetpack_powered_bottom_sheet_background"> - + app:layout_constraintBottom_toBottomOf="parent"> - + - + - + + + + + + + + + diff --git a/WordPress/src/main/res/layout/jetpack_powered_bottom_sheet.xml b/WordPress/src/main/res/layout/jetpack_powered_bottom_sheet.xml index 03e63488d1aa..c545588897a4 100644 --- a/WordPress/src/main/res/layout/jetpack_powered_bottom_sheet.xml +++ b/WordPress/src/main/res/layout/jetpack_powered_bottom_sheet.xml @@ -4,8 +4,6 @@ xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="wrap_content" - android:paddingStart="@dimen/margin_extra_extra_medium_large" - android:paddingEnd="@dimen/margin_extra_extra_medium_large" android:background="@color/jetpack_powered_bottom_sheet_background"> - + app:layout_constraintBottom_toBottomOf="parent"> - + - + - + + + + + + + + +