mirror of
https://github.com/afollestad/nock-nock.git
synced 2025-04-20 03:25:14 +00:00
Theme tweaks, update notification icon
This commit is contained in:
parent
1569871524
commit
44d31dd5c3
7 changed files with 11 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
<color name="colorPrimaryDark_lightTheme">#F5F5F5</color>
|
||||
|
||||
<color name="colorPrimary_darkTheme">#212121</color>
|
||||
<color name="colorPrimaryDark_darkTheme">#212121</color>
|
||||
<color name="colorPrimaryDark_darkTheme">#252525</color>
|
||||
|
||||
<color name="inkColor">#455A64</color>
|
||||
<color name="inkColorDark">#37474F</color>
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 998 B |
Binary file not shown.
Before Width: | Height: | Size: 661 B |
Binary file not shown.
Before Width: | Height: | Size: 1.3 KiB |
Binary file not shown.
Before Width: | Height: | Size: 2 KiB |
Binary file not shown.
Before Width: | Height: | Size: 2.9 KiB |
10
notifications/src/main/res/drawable/ic_notification.xml
Normal file
10
notifications/src/main/res/drawable/ic_notification.xml
Normal file
|
@ -0,0 +1,10 @@
|
|||
<vector
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:height="24dp"
|
||||
android:viewportHeight="24.0"
|
||||
android:viewportWidth="24.0"
|
||||
android:width="24dp">
|
||||
<path
|
||||
android:fillColor="#FFFFFF"
|
||||
android:pathData="M12,2C6.48,2 2,6.48 2,12s4.48,10 10,10 10,-4.48 10,-10S17.52,2 12,2zM13,17h-2v-2h2v2zM13,13h-2L11,7h2v6z"/>
|
||||
</vector>
|
Loading…
Add table
Reference in a new issue