diff --git a/AndroidManifest.xml b/AndroidManifest.xml index bea9a3c7aa1..f81a97ff1b0 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -3408,7 +3408,7 @@ android:label="@string/notification_channel_title" android:theme="@style/Theme.Panel" android:excludeFromRecents="true" - android:configChanges="orientation|keyboardHidden|screenSize" + android:configChanges="keyboardHidden|screenSize" android:exported="true"> diff --git a/res/layout/notification_channel_panel.xml b/res/layout/notification_channel_panel.xml index 49cd95c25d3..18e634269b8 100644 --- a/res/layout/notification_channel_panel.xml +++ b/res/layout/notification_channel_panel.xml @@ -17,6 +17,7 @@ xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/main_content" android:layout_height="@dimen/output_switcher_slice_max_height" + android:maxHeight="@dimen/output_switcher_slice_max_height" android:background="@drawable/settings_panel_background" android:orientation="vertical" android:layout_width="match_parent"> diff --git a/res/values-land/dimens.xml b/res/values-land/dimens.xml index 39424302e2b..dbf61aca898 100644 --- a/res/values-land/dimens.xml +++ b/res/values-land/dimens.xml @@ -32,4 +32,5 @@ 248dp 348dp + 300dp