mirror of
https://github.com/antebudimir/tempus.git
synced 2026-03-02 11:27:26 +00:00
Moved drawable around
This commit is contained in:
parent
d20195fdf8
commit
710d61e379
16 changed files with 35 additions and 27 deletions
9
app/src/main/res/drawable/ic_add.xml
Normal file
9
app/src/main/res/drawable/ic_add.xml
Normal 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="@color/titleTextColor"
|
||||
android:pathData="M19,13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"/>
|
||||
</vector>
|
||||
Loading…
Add table
Add a link
Reference in a new issue