Skip to content

Commit cadbd6a

Browse files
dsn5ftleticiarossi
authored andcommitted
[Dialog] Temporarily suppress RtlCompat lint for res/layout/mtrl_alert_select_dialog_singlechoice.xml
PiperOrigin-RevId: 629180270
1 parent 890053a commit cadbd6a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

lib/java/com/google/android/material/dialog/res/layout/mtrl_alert_select_dialog_singlechoice.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
-->
3030
<CheckedTextView xmlns:android="http://schemas.android.com/apk/res/android"
3131
xmlns:app="http://schemas.android.com/apk/res-auto"
32+
xmlns:tools="http://schemas.android.com/tools"
3233
android:id="@android:id/text1"
3334
android:layout_width="match_parent"
3435
android:layout_height="wrap_content"
@@ -42,4 +43,5 @@
4243
app:drawableLeftCompat="?android:attr/listChoiceIndicatorSingle"
4344
app:drawableStartCompat="?android:attr/listChoiceIndicatorSingle"
4445
android:drawablePadding="20dp"
45-
android:ellipsize="marquee" />
46+
android:ellipsize="marquee"
47+
tools:ignore="RtlCompat" />

0 commit comments

Comments
 (0)