Fix notification settings bottom sheet scroll in landscape am: 1e81f6eb95
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/21142898 Change-Id: I46a70404c8a2032ae605ba7bbdb95a6b04be728b Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -3408,7 +3408,7 @@
|
|||||||
android:label="@string/notification_channel_title"
|
android:label="@string/notification_channel_title"
|
||||||
android:theme="@style/Theme.Panel"
|
android:theme="@style/Theme.Panel"
|
||||||
android:excludeFromRecents="true"
|
android:excludeFromRecents="true"
|
||||||
android:configChanges="orientation|keyboardHidden|screenSize"
|
android:configChanges="keyboardHidden|screenSize"
|
||||||
android:exported="true">
|
android:exported="true">
|
||||||
<intent-filter android:priority="1">
|
<intent-filter android:priority="1">
|
||||||
<action android:name="android.settings.CHANNEL_NOTIFICATION_SETTINGS" />
|
<action android:name="android.settings.CHANNEL_NOTIFICATION_SETTINGS" />
|
||||||
|
@@ -17,6 +17,7 @@
|
|||||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
android:id="@+id/main_content"
|
android:id="@+id/main_content"
|
||||||
android:layout_height="@dimen/output_switcher_slice_max_height"
|
android:layout_height="@dimen/output_switcher_slice_max_height"
|
||||||
|
android:maxHeight="@dimen/output_switcher_slice_max_height"
|
||||||
android:background="@drawable/settings_panel_background"
|
android:background="@drawable/settings_panel_background"
|
||||||
android:orientation="vertical"
|
android:orientation="vertical"
|
||||||
android:layout_width="match_parent">
|
android:layout_width="match_parent">
|
||||||
|
@@ -32,4 +32,5 @@
|
|||||||
<dimen name="biometric_auth_pattern_view_size">248dp</dimen>
|
<dimen name="biometric_auth_pattern_view_size">248dp</dimen>
|
||||||
<dimen name="biometric_auth_pattern_view_max_size">348dp</dimen>
|
<dimen name="biometric_auth_pattern_view_max_size">348dp</dimen>
|
||||||
|
|
||||||
|
<dimen name="output_switcher_slice_max_height">300dp</dimen>
|
||||||
</resources>
|
</resources>
|
||||||
|
Reference in New Issue
Block a user