Merge "Add missed layout_below property for priority section."

This commit is contained in:
TreeHugger Robot
2020-11-05 02:52:29 +00:00
committed by Android (Google) Code Review

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>