mirror of
https://github.com/gsantner/dandelion
synced 2025-12-12 07:11:11 +01: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
13
app/src/main/res/drawable/ic_notifications_black_24px.xml
Normal file
13
app/src/main/res/drawable/ic_notifications_black_24px.xml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
<?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:fillColor="#000000"
|
||||
android:pathData="M12 22c1.1 0 2-.9 2-2h-4c0 1.1 .89 2 2
|
||||
2zm6-6v-5c0-3.07-1.64-5.64-4.5-6.32V4c0-.83-.67-1.5-1.5-1.5s-1.5 .67 -1.5
|
||||
1.5v.68C7.63 5.36 6 7.92 6 11v5l-2 2v1h16v-1l-2-2z" />
|
||||
</vector>
|
||||
Loading…
Add table
Add a link
Reference in a new issue