Skip to content

Commit 2391cb0

Browse files
committed
changing some new icons to vectors
1 parent b0d10e4 commit 2391cb0

File tree

11 files changed

+11
-2
lines changed

11 files changed

+11
-2
lines changed
-179 Bytes
Binary file not shown.
-222 Bytes
Binary file not shown.
-243 Bytes
Binary file not shown.
-246 Bytes
Binary file not shown.
-267 Bytes
Binary file not shown.
-310 Bytes
Binary file not shown.
-457 Bytes
Binary file not shown.
-379 Bytes
Binary file not shown.
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<vector xmlns:android="http://schemas.android.com/apk/res/android"
2+
android:width="24dp"
3+
android:height="24dp"
4+
android:viewportWidth="24"
5+
android:viewportHeight="24">
6+
<path
7+
android:fillColor="#FFFFFFFF"
8+
android:pathData="M10,20v-6h4v6h5v-8h3L12,3 2,12h3v8z"/>
9+
</vector>

app/src/main/res/drawable/shortcut_folder.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<item
1010
android:id="@+id/shortcut_folder_image"
1111
android:bottom="@dimen/medium_margin"
12-
android:drawable="@drawable/ic_folder_big"
12+
android:drawable="@drawable/ic_folder_vector"
1313
android:left="@dimen/medium_margin"
1414
android:right="@dimen/medium_margin"
1515
android:top="@dimen/medium_margin"/>

0 commit comments

Comments
 (0)