Skip to content

Commit

Permalink
[Dialog] Temporarily suppress RtlCompat lint for res/layout/mtrl_aler…
Browse files Browse the repository at this point in the history
…t_select_dialog_multichoice.xml

PiperOrigin-RevId: 629168705
  • Loading branch information
dsn5ft authored and leticiarossi committed Apr 30, 2024
1 parent fb4761c commit 890053a
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
-->
<CheckedTextView xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:id="@android:id/text1"
android:layout_width="match_parent"
android:layout_height="wrap_content"
Expand All @@ -42,4 +43,5 @@
app:drawableLeftCompat="?android:attr/listChoiceIndicatorMultiple"
app:drawableStartCompat="?android:attr/listChoiceIndicatorMultiple"
android:drawablePadding="20dp"
android:ellipsize="marquee" />
android:ellipsize="marquee"
tools:ignore="RtlCompat" />

0 comments on commit 890053a

Please sign in to comment.