mirror of
https://github.com/gsantner/dandelion
synced 2025-09-10 18:59:42 +02:00
Added icons to the settings
Chaged some icons Moved Contacts up one in Settings
This commit is contained in:
parent
30ca937461
commit
f89f21f979
17 changed files with 279 additions and 19 deletions
16
app/src/main/res/drawable/ic_people_black_24px.xml
Normal file
16
app/src/main/res/drawable/ic_people_black_24px.xml
Normal file
|
@ -0,0 +1,16 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="24dp"
|
||||
android:height="24dp"
|
||||
android:viewportWidth="24"
|
||||
android:viewportHeight="24">
|
||||
|
||||
<path
|
||||
android:pathData="M0 0h24v24H0z" />
|
||||
<path
|
||||
android:fillColor="#000000"
|
||||
android:pathData="M16 11c1.66 0 2.99-1.34 2.99-3S17.66 5 16 5c-1.66 0-3 1.34-3 3s1.34 3 3 3zm-8
|
||||
0c1.66 0 2.99-1.34 2.99-3S9.66 5 8 5C6.34 5 5 6.34 5 8s1.34 3 3 3zm0 2c-2.33 0-7
|
||||
1.17-7 3.5V19h14v-2.5c0-2.33-4.67-3.5-7-3.5zm8 0c-.29 0-.62 .02 -.97 .05 1.16
|
||||
.84 1.97 1.97 1.97 3.45V19h6v-2.5c0-2.33-4.67-3.5-7-3.5z" />
|
||||
</vector>
|
Loading…
Add table
Add a link
Reference in a new issue