Skip to content

Commit

Permalink
rename animator files
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Lockwood committed Nov 6, 2016
1 parent 7f6464f commit fddcd81
Show file tree
Hide file tree
Showing 10 changed files with 16 additions and 16 deletions.
16 changes: 8 additions & 8 deletions app/src/main/res/drawable/avd_handwriting_io16.xml
Expand Up @@ -4,34 +4,34 @@

<target
android:name="one_1"
android:animation="@animator/io16_offset_trim_one"/>
android:animation="@animator/handwriting_io16_offset_trim_one"/>

<target
android:name="one_2"
android:animation="@animator/io16_offset_trim_one"/>
android:animation="@animator/handwriting_io16_offset_trim_one"/>

<target
android:name="one_3"
android:animation="@animator/io16_offset_trim_one"/>
android:animation="@animator/handwriting_io16_offset_trim_one"/>

<target
android:name="one_4"
android:animation="@animator/io16_offset_trim_one"/>
android:animation="@animator/handwriting_io16_offset_trim_one"/>

<target
android:name="six_1"
android:animation="@animator/io16_offset_trim_six"/>
android:animation="@animator/handwriting_io16_offset_trim_six"/>

<target
android:name="six_2"
android:animation="@animator/io16_offset_trim_six"/>
android:animation="@animator/handwriting_io16_offset_trim_six"/>

<target
android:name="six_3"
android:animation="@animator/io16_offset_trim_six"/>
android:animation="@animator/handwriting_io16_offset_trim_six"/>

<target
android:name="six_4"
android:animation="@animator/io16_offset_trim_six"/>
android:animation="@animator/handwriting_io16_offset_trim_six"/>

</animated-vector>
8 changes: 4 additions & 4 deletions app/src/main/res/drawable/avd_trimclip_heart_break.xml
Expand Up @@ -17,7 +17,7 @@

<target
android:name="broken_heart_left"
android:animation="@animator/heart_fade_out"/>
android:animation="@animator/trimclip_heart_fade_out"/>

<target android:name="broken_heart_right_group">
<aapt:attr name="android:animation">
Expand All @@ -32,15 +32,15 @@

<target
android:name="broken_heart_right"
android:animation="@animator/heart_fade_out"/>
android:animation="@animator/trimclip_heart_fade_out"/>

<!-- Re-draw the stroke. -->
<target
android:name="heart_stroke_left_atrium"
android:animation="@animator/heart_draw_stroke"/>
android:animation="@animator/trimclip_heart_draw_stroke"/>

<target
android:name="heart_stroke_right_atrium"
android:animation="@animator/heart_draw_stroke"/>
android:animation="@animator/trimclip_heart_draw_stroke"/>

</animated-vector>
Expand Up @@ -26,11 +26,11 @@

<target
android:name="arrow_head_top"
android:animation="@animator/searchback_hide_arrow_head"/>
android:animation="@animator/trimclip_searchback_hide_arrow_head"/>

<target
android:name="arrow_head_bottom"
android:animation="@animator/searchback_hide_arrow_head"/>
android:animation="@animator/trimclip_searchback_hide_arrow_head"/>

<target android:name="stem">
<aapt:attr name="android:animation">
Expand Down
Expand Up @@ -36,11 +36,11 @@

<target
android:name="arrow_head_top"
android:animation="@animator/searchback_show_arrow_head"/>
android:animation="@animator/trimclip_searchback_show_arrow_head"/>

<target
android:name="arrow_head_bottom"
android:animation="@animator/searchback_show_arrow_head"/>
android:animation="@animator/trimclip_searchback_show_arrow_head"/>

<target android:name="arrow_head">
<aapt:attr name="android:animation">
Expand Down

0 comments on commit fddcd81

Please sign in to comment.