Fixed the notification coloring. Automatically refreshs notification when the color setting is changed. Colored notification for all Android versions now
This commit is contained in:
parent
27e56754e3
commit
d2fda4a839
33 changed files with 391 additions and 33 deletions
|
|
@ -0,0 +1,9 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
|
||||
<item android:state_activated="true" android:state_pressed="true" android:drawable="@color/activated_selected_dark" />
|
||||
<item android:state_activated="true" android:drawable="@color/ripple_material_dark" />
|
||||
<item android:state_pressed="true" android:drawable="@color/ripple_material_dark" />
|
||||
<item android:drawable="@android:color/transparent" />
|
||||
|
||||
</selector>
|
||||
Loading…
Add table
Add a link
Reference in a new issue