Skip to content

Commit

Permalink
change color of notification icon
Browse files Browse the repository at this point in the history
  • Loading branch information
punksta committed Sep 9, 2019
1 parent 50d1ba8 commit 4ddac33
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/src/main/res/layout-v21/notification_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
android:layout_width="24dp"
android:layout_height="24dp"
android:scaleType="centerInside"
android:src="@mipmap/ic_launcher_new" />
android:src="@drawable/notification_icon"
android:tint="@android:color/black" />

<TextView
android:id="@+id/app_title"
Expand Down

0 comments on commit 4ddac33

Please sign in to comment.