Merge "Use TextView for dialog title" into sc-v2-dev am: 74723f2efe am: eb61f16941

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/16366418

Change-Id: I5e2f7f0670c66750f3d3d5cf5eb29b429b6a1f0a
This commit is contained in:
TreeHugger Robot
2021-12-01 10:15:14 +00:00
committed by Automerger Merge Worker

View File

@@ -45,9 +45,8 @@
android:tint="?androidprv:attr/colorAccentPrimaryVariant"
/>
<com.android.internal.widget.DialogTitle
<TextView
android:id="@*android:id/alertTitle"
android:singleLine="true"
android:ellipsize="end"
android:layout_width="match_parent"
android:layout_height="wrap_content"