-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #80 from lewismcgeary/rename-resources-for-clarity
rename-resources-for-clarity
- Loading branch information
Showing
43 changed files
with
78 additions
and
151 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
4 changes: 2 additions & 2 deletions
4
...es/drawable/life_cell_animated_vector.xml → ...es/drawable/cell_animated_vector_born.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<animated-vector xmlns:android="http://schemas.android.com/apk/res/android" | ||
android:drawable="@drawable/life_cell_vector_dead"> | ||
android:drawable="@drawable/cell_vector_drawable_dead"> | ||
<target | ||
android:animation="@animator/cell_born_animator" | ||
android:animation="@animator/cell_grow" | ||
android:name="@string/scale_group_name"/> | ||
</animated-vector> |
4 changes: 2 additions & 2 deletions
4
...rawable/life_cell_animated_vector_die.xml → ...res/drawable/cell_animated_vector_die.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<animated-vector xmlns:android="http://schemas.android.com/apk/res/android" | ||
android:drawable="@drawable/life_cell_vector"> | ||
android:drawable="@drawable/cell_vector_drawable"> | ||
<target | ||
android:animation="@animator/fade_out" | ||
android:animation="@animator/cell_fade_out" | ||
android:name="@string/cell_name"/> | ||
</animated-vector> |
1 change: 0 additions & 1 deletion
1
...rc/main/res/drawable/life_cell_vector.xml → ...ain/res/drawable/cell_vector_drawable.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
8 changes: 4 additions & 4 deletions
8
...ble/fab_play_to_reset_animated_vector.xml → ...ble/fab_animated_vector_play_to_reset.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<animated-vector | ||
android:drawable="@drawable/fab_ic_play_arrow_24dp" | ||
android:drawable="@drawable/fab_icon_play" | ||
xmlns:android="http://schemas.android.com/apk/res/android" > | ||
|
||
<target | ||
android:animation="@animator/fab_play_to_arrowhead" | ||
android:name="arrow head group"/> | ||
android:name="@string/arrowhead_groupname"/> | ||
<target | ||
android:animation="@animator/fab_rotate_reset_arrow" | ||
android:name="rotation group"/> | ||
android:name="@string/whole_icon_rotation_group"/> | ||
<target | ||
android:animation="@animator/fab_tail_grow" | ||
android:name="arrow tail"/> | ||
android:name="@string/arrow_tail_pathname"/> | ||
|
||
</animated-vector> |
8 changes: 4 additions & 4 deletions
8
...ble/fab_reset_to_play_animated_vector.xml → ...ble/fab_animated_vector_reset_to_play.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<animated-vector | ||
xmlns:android="http://schemas.android.com/apk/res/android" | ||
android:drawable="@drawable/fab_ic_replay_24dp"> | ||
android:drawable="@drawable/fab_icon_reset"> | ||
<target | ||
android:animation="@animator/fab_tail_shrink" | ||
android:name="arrow tail"/> | ||
android:name="@string/arrow_tail_pathname"/> | ||
<target | ||
android:animation="@animator/fab_arrowhead_to_play_startoffset" | ||
android:name="arrow head group"/> | ||
android:name="@string/arrowhead_groupname"/> | ||
<target | ||
android:animation="@animator/fab_arrowhead_to_play" | ||
android:name="arrow head group"/> | ||
android:name="@string/arrowhead_groupname"/> | ||
|
||
</animated-vector> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<animated-vector xmlns:android="http://schemas.android.com/apk/res/android" | ||
android:drawable="@drawable/hand_icon"> | ||
<target | ||
android:animation="@animator/hand_fade_in_fade_out" | ||
android:name="@string/hand_icon_pathname"/> | ||
<target | ||
android:animation="@animator/hand_move_right" | ||
android:name="@string/hand_icon_move_group"/> | ||
<target | ||
android:animation="@animator/hand_move_up" | ||
android:name="@string/hand_icon_move_group"/> | ||
|
||
</animated-vector> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.