diff --git a/packages/SystemUI/res/layout/notification_info.xml b/packages/SystemUI/res/layout/notification_info.xml index 6fe00c02508fb..bbd315ee87769 100644 --- a/packages/SystemUI/res/layout/notification_info.xml +++ b/packages/SystemUI/res/layout/notification_info.xml @@ -71,51 +71,51 @@ android:layout_height="wrap_content" android:layout_marginBottom="20dp" android:layout_marginEnd="@*android:dimen/notification_content_margin_end" - android:orientation="horizontal"> + android:orientation="vertical"> + android:orientation="horizontal"> - - + - - - + android:layout_gravity="end|center_vertical" + android:contentDescription="@string/notification_channel_switch_accessibility" + android:background="@null" /> - - + + android:text="@string/notification_channel_disabled" + style="@style/TextAppearance.NotificationInfo.Secondary.Warning" /> + + +