Merge "Use TextView for dialog title" into sc-v2-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
74723f2efe
@@ -45,9 +45,8 @@
|
|||||||
android:tint="?androidprv:attr/colorAccentPrimaryVariant"
|
android:tint="?androidprv:attr/colorAccentPrimaryVariant"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<com.android.internal.widget.DialogTitle
|
<TextView
|
||||||
android:id="@*android:id/alertTitle"
|
android:id="@*android:id/alertTitle"
|
||||||
android:singleLine="true"
|
|
||||||
android:ellipsize="end"
|
android:ellipsize="end"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
|
|||||||
Reference in New Issue
Block a user