Skip to content

Commit

Permalink
#412 Added vector for the letter 'o'
Browse files Browse the repository at this point in the history
  • Loading branch information
Jo Grimstad committed Jun 19, 2017
1 parent bfa08b2 commit 1b34848
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
9 changes: 9 additions & 0 deletions app/src/main/res/drawable/animated_letter_o.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<animated-vector xmlns:android="http://schemas.android.com/apk/res/android"
android:drawable="@drawable/letter_o">

<target
android:animation="@animator/path"
android:name="stroke1" />

</animated-vector>
16 changes: 16 additions & 0 deletions app/src/main/res/drawable/letter_o.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="1200dp"
android:height="1776dp"
android:viewportWidth="1200.0"
android:viewportHeight="1776.0">

<path
android:name="stroke1"
android:pathData="M350.3,1047a250.1,288.9 0,1 0,500.2 0a250.1,288.9 0,1 0,-500.2 0z"
android:strokeLineCap="round"
android:strokeColor="#000000"
android:fillColor="#00000000"
android:strokeWidth="64.0"
android:strokeLineJoin="round"
android:strokeAlpha="1.0"/>
</vector>

0 comments on commit 1b34848

Please sign in to comment.