mirror of
https://github.com/gsantner/dandelion
synced 2025-12-16 01:01:11 +01:00
Added icons to notification dropdown menu
This commit is contained in:
parent
07bff2d71c
commit
5379386ecc
8 changed files with 108 additions and 0 deletions
|
|
@ -13,29 +13,36 @@
|
|||
<menu>
|
||||
<item
|
||||
android:id="@+id/action_notifications_all"
|
||||
android:icon="@drawable/ic_dashboard_black_48px"
|
||||
android:title="@string/notifications__all" />
|
||||
|
||||
<item
|
||||
android:id="@+id/action_notifications_also_commented"
|
||||
android:icon="@drawable/ic_question_answer_black_48px"
|
||||
android:title="@string/notifications__also_commented" />
|
||||
|
||||
<item
|
||||
android:id="@+id/action_notifications_comment_on_post"
|
||||
android:icon="@drawable/ic_comment_black_48px"
|
||||
android:title="@string/notifications__comment_on_post" />
|
||||
|
||||
<item
|
||||
android:id="@+id/action_notifications_liked"
|
||||
android:icon="@drawable/ic_thumb_up_black_48px"
|
||||
android:title="@string/notifications__liked" />
|
||||
|
||||
<item
|
||||
android:id="@+id/action_notifications_mentioned"
|
||||
android:icon="@drawable/ic_person_pin_black_48px"
|
||||
android:title="@string/notifications__mentioned" />
|
||||
|
||||
<item
|
||||
android:id="@+id/action_notifications_reshared"
|
||||
android:icon="@drawable/ic_repeat_black_48px"
|
||||
android:title="@string/notifications__reshared" />
|
||||
<item
|
||||
android:id="@+id/action_notifications_started_sharing"
|
||||
android:icon="@drawable/ic_person_add_black_48px"
|
||||
android:title="@string/notifications__started_sharing" />
|
||||
</menu>
|
||||
</item>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue