Merge "Add missed layout_below property for priority section." am: 9a1a35d316

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/12961196

Change-Id: I4bcea374578541f906ccb6f7386c2b2dde6561ed
This commit is contained in:
TreeHugger Robot
2020-11-05 03:10:11 +00:00
committed by Automerger Merge Worker

View File

@@ -67,6 +67,7 @@
android:focusable="false"
android:ellipsize="end"
android:maxLines="4"
android:layout_below="@id/icon_label_container"
android:textAppearance="@style/TextAppearance.NotificationImportanceDetail"
android:visibility="gone" />
</com.android.settings.notification.NotificationButtonRelativeLayout>