Switched back to white notification. Added back ripple to notification.
This commit is contained in:
parent
1072a3bf85
commit
27e56754e3
8 changed files with 38 additions and 21 deletions
9
app/src/main/res/drawable/notification_selector.xml
Normal file
9
app/src/main/res/drawable/notification_selector.xml
Normal file
|
|
@ -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