diff --git a/CHANGELOG.md b/CHANGELOG.md index 479e663495b..d8405404e04 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ * Bug Fixes: * Fixed crash that could occur when rearranging shelf items on the full screen player ([#1155](https://github.com/Automattic/pocket-casts-android/pull/1155)). + * Fixed the acknowledgements being hidden in the Automotive about page. + ([#1166](https://github.com/Automattic/pocket-casts-android/pull/1166)). 7.42 ----- diff --git a/automotive/src/main/res/layout/activity_automotive_settings.xml b/automotive/src/main/res/layout/activity_automotive_settings.xml index 39dcbf1195c..e9af77ca993 100644 --- a/automotive/src/main/res/layout/activity_automotive_settings.xml +++ b/automotive/src/main/res/layout/activity_automotive_settings.xml @@ -1,23 +1,18 @@ - + layout="@layout/car_header" /> - \ No newline at end of file + android:layout_height="match_parent" /> + diff --git a/modules/features/account/src/main/res/layout-land/car_header.xml b/modules/features/account/src/main/res/layout-land/car_header.xml index 67892daa80a..59f885fdd62 100644 --- a/modules/features/account/src/main/res/layout-land/car_header.xml +++ b/modules/features/account/src/main/res/layout-land/car_header.xml @@ -1,7 +1,6 @@ @@ -13,8 +12,8 @@ android:background="?attr/actionBarItemBackground" android:contentDescription="@string/cancel" android:scaleType="fitCenter" - android:tint="?attr/primary_icon_01" android:padding="20dp" + app:tint="?attr/primary_icon_01" app:layout_constraintStart_toStartOf="parent" app:layout_constraintTop_toTopOf="parent" app:srcCompat="@drawable/ic_cancel" /> @@ -30,4 +29,4 @@ app:layout_constraintStart_toEndOf="@id/btnClose" app:layout_constraintTop_toTopOf="parent" app:srcCompat="?attr/logo_title_horizontal" /> - \ No newline at end of file +