New animated PlayPauseDrawable

This commit is contained in:
Karim Abou Zeid 2015-04-08 22:09:01 +02:00
commit a27e5c6379
20 changed files with 282 additions and 246 deletions

View file

@ -46,4 +46,11 @@ http://developer.android.com/guide/topics/appwidgets/index.html#CreatingLayout
-->
<dimen name="widget_margin">8dp</dimen>
<dimen name="app_widget_small_artwork_height">64dp</dimen>
<dimen name="pause_bar_width">5dp</dimen>
<dimen name="pause_bar_distance">4dp</dimen>
<dimen name="pause_bar_height">14dp</dimen>
<dimen name="fab_icon_bound_width">32dp</dimen>
<dimen name="fab_icon_bound_height">36dp</dimen>
</resources>

View file

@ -1,7 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="drawable_vector_pause_left">M6,5 l4,0 0,14 -4,0 z</string>
<string name="drawable_vector_pause_right">M14,5 l4,0 0,14 -4,0 z</string>
<string name="drawable_vector_resume_left">M12,5 l0,0 0,11 -7,0 z</string>
<string name="drawable_vector_resume_right">M12,5 l0,0 7,11 -7,0 z</string>
</resources>