Skip to content

Commit 04ae417

Browse files
authored
Compressing images (#214)
Change-Id: I67055c78dc9fbb080fe00d2458ded57950fddd2c
1 parent f381cc8 commit 04ae417

File tree

16 files changed

+28
-0
lines changed

16 files changed

+28
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<vector xmlns:android="http://schemas.android.com/apk/res/android"
3+
android:height="24dp"
4+
android:viewportHeight="24"
5+
android:viewportWidth="24"
6+
android:width="24dp">
7+
8+
<path
9+
android:fillColor="#ffffffff"
10+
android:pathData="M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59
11+
19 19 17.59 13.41 12z"/>
12+
<path
13+
android:pathData="M0 0h24v24H0z"/>
14+
</vector>
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<vector xmlns:android="http://schemas.android.com/apk/res/android"
3+
android:height="24dp"
4+
android:viewportHeight="24"
5+
android:viewportWidth="24"
6+
android:width="24dp">
7+
8+
<path
9+
android:pathData="M0 0h24v24H0z"/>
10+
<path
11+
android:fillColor="#AAAAAA"
12+
android:pathData="M21 19V5c0-1.1-0.9-2-2-2H5c-1.1 0-2 0.9-2 2v14c0 1.1 0.9 2 2 2h14c1.1 0 2-0.9
13+
2-2zM8.5 13.5l2.5 3.01L14.5 12l4.5 6H5l3.5-4.5z"/>
14+
</vector>
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading

0 commit comments

Comments
 (0)