Skip to content

Commit

Permalink
Added Danish flag
Browse files Browse the repository at this point in the history
  • Loading branch information
tfatrifork committed Mar 8, 2018
1 parent b924f9c commit 6a07e32
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions flags-lib/src/main/res/drawable/flag_dk.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<?xml version="1.0" encoding="utf-8"?>
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="64dp"
android:height="48dp"
android:viewportWidth="64"
android:viewportHeight="48">

<path
android:fillColor="#CF142B"
android:pathData="M0,0h64v48h-64z" />

<path
android:fillColor="#FFF"
android:pathData="M27,0h-8v48h8" />

<path
android:fillColor="#FFF"
android:pathData="M0,20h64v8h-64" />


</vector>

0 comments on commit 6a07e32

Please sign in to comment.