Skip to content

Commit 3bb2df8

Browse files
[Button] Migrate trailing icon related resources for SplitButton.
PiperOrigin-RevId: 691793018
1 parent e70a51c commit 3bb2df8

8 files changed

+2
-2
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

catalog/java/io/material/catalog/assets/res/drawable/m3_split_button_chevron_avd.xml renamed to lib/java/com/google/android/material/button/res/drawable/m3_split_button_chevron_avd.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@
3434
<transition
3535
android:fromId="@+id/checked"
3636
android:toId="@+id/unchecked"
37-
android:drawable="@drawable/chevron_checked_unchecked" />
37+
android:drawable="@animator/chevron_checked_unchecked" />
3838

3939
<transition
4040
android:fromId="@+id/unchecked"
4141
android:toId="@+id/checked"
42-
android:drawable="@drawable/chevron_unchecked_checked" />
42+
android:drawable="@animator/chevron_unchecked_checked" />
4343
</animated-selector>

0 commit comments

Comments
 (0)