changing some new icons to vectors

This commit is contained in:
tibbi 2019-08-09 12:18:50 +02:00
parent b0d10e400f
commit 2391cb0b31
11 changed files with 11 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 179 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 222 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 243 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 246 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 267 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 310 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 457 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 379 B

View File

@ -0,0 +1,9 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:viewportWidth="24"
android:viewportHeight="24">
<path
android:fillColor="#FFFFFFFF"
android:pathData="M10,20v-6h4v6h5v-8h3L12,3 2,12h3v8z"/>
</vector>

View File

@ -9,7 +9,7 @@
<item <item
android:id="@+id/shortcut_folder_image" android:id="@+id/shortcut_folder_image"
android:bottom="@dimen/medium_margin" android:bottom="@dimen/medium_margin"
android:drawable="@drawable/ic_folder_big" android:drawable="@drawable/ic_folder_vector"
android:left="@dimen/medium_margin" android:left="@dimen/medium_margin"
android:right="@dimen/medium_margin" android:right="@dimen/medium_margin"
android:top="@dimen/medium_margin"/> android:top="@dimen/medium_margin"/>

View File

@ -9,7 +9,7 @@
app:showAsAction="collapseActionView|ifRoom"/> app:showAsAction="collapseActionView|ifRoom"/>
<item <item
android:id="@+id/go_home" android:id="@+id/go_home"
android:icon="@drawable/ic_home" android:icon="@drawable/ic_home_vector"
android:title="@string/go_to_home_folder" android:title="@string/go_to_home_folder"
app:showAsAction="ifRoom"/> app:showAsAction="ifRoom"/>
<item <item