changing some new icons to vectors
Before Width: | Height: | Size: 179 B |
Before Width: | Height: | Size: 222 B |
Before Width: | Height: | Size: 243 B |
Before Width: | Height: | Size: 246 B |
Before Width: | Height: | Size: 267 B |
Before Width: | Height: | Size: 310 B |
Before Width: | Height: | Size: 457 B |
Before Width: | Height: | Size: 379 B |
|
@ -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>
|
|
@ -9,7 +9,7 @@
|
|||
<item
|
||||
android:id="@+id/shortcut_folder_image"
|
||||
android:bottom="@dimen/medium_margin"
|
||||
android:drawable="@drawable/ic_folder_big"
|
||||
android:drawable="@drawable/ic_folder_vector"
|
||||
android:left="@dimen/medium_margin"
|
||||
android:right="@dimen/medium_margin"
|
||||
android:top="@dimen/medium_margin"/>
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
app:showAsAction="collapseActionView|ifRoom"/>
|
||||
<item
|
||||
android:id="@+id/go_home"
|
||||
android:icon="@drawable/ic_home"
|
||||
android:icon="@drawable/ic_home_vector"
|
||||
android:title="@string/go_to_home_folder"
|
||||
app:showAsAction="ifRoom"/>
|
||||
<item
|
||||
|
|