mirror of
https://github.com/gsantner/dandelion
synced 2025-12-10 22:31:12 +01:00
implemented app shortcuts, template svg-file for shortcut icons (#183)
This commit is contained in:
parent
32a74e293a
commit
a3cb818db4
26 changed files with 483 additions and 1 deletions
4
app/src/main/res/drawable/ic_mode_edit_black_48px.xml
Normal file
4
app/src/main/res/drawable/ic_mode_edit_black_48px.xml
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
<vector android:height="24dp" android:viewportHeight="24.0"
|
||||
android:viewportWidth="24.0" android:width="24dp" xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<path android:fillColor="#000000" android:pathData="M3,17.25V21h3.75L17.81,9.94l-3.75,-3.75L3,17.25zM20.71,7.04c0.39,-0.39 0.39,-1.02 0,-1.41l-2.34,-2.34c-0.39,-0.39 -1.02,-0.39 -1.41,0l-1.83,1.83 3.75,3.75 1.83,-1.83z"/>
|
||||
</vector>
|
||||
Loading…
Add table
Add a link
Reference in a new issue