Skip to content

Commit 801653f

Browse files
authored
changed icon for dogfooding app (#786)
1 parent 795c76e commit 801653f

File tree

58 files changed

+78
-6
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+78
-6
lines changed
63.5 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
<vector xmlns:android="http://schemas.android.com/apk/res/android"
2+
xmlns:aapt="http://schemas.android.com/aapt"
3+
android:width="108dp"
4+
android:height="108dp"
5+
android:viewportWidth="107"
6+
android:viewportHeight="107">
7+
<path
8+
android:pathData="M0,0h107v107h-107z"
9+
android:fillColor="#005FFF"/>
10+
<path
11+
android:pathData="M0,0h107v107h-107z">
12+
<aapt:attr name="android:fillColor">
13+
<gradient
14+
android:startX="107"
15+
android:startY="-0"
16+
android:endX="0"
17+
android:endY="107"
18+
android:type="linear">
19+
<item android:offset="0" android:color="#FF49DDED"/>
20+
<item android:offset="1" android:color="#0049DDED"/>
21+
</gradient>
22+
</aapt:attr>
23+
</path>
24+
</vector>
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)