2016-03-03 17:46:31 +01:00
|
|
|
<menu xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
2016-03-26 01:14:17 +01:00
|
|
|
xmlns:tools="http://schemas.android.com/tools"
|
2016-12-22 04:07:30 +01:00
|
|
|
tools:context="com.github.dfa.diaspora_android.activity.MainActivity"
|
2016-11-04 23:28:57 +01:00
|
|
|
tools:ignore="AlwaysShowAction">
|
2016-03-03 17:46:31 +01:00
|
|
|
|
2017-10-29 15:33:59 +01:00
|
|
|
<item
|
2017-10-29 18:05:49 +01:00
|
|
|
android:id="@+id/action_conversations"
|
|
|
|
android:icon="@drawable/ic_mail_white_48px__layer"
|
|
|
|
android:title="@string/conversations"
|
2017-10-29 15:33:59 +01:00
|
|
|
app:showAsAction="always" />
|
|
|
|
|
2016-03-03 17:46:31 +01:00
|
|
|
<item
|
2016-03-20 22:49:11 +01:00
|
|
|
android:id="@+id/action_notifications"
|
2016-09-11 17:15:26 +02:00
|
|
|
android:icon="@drawable/ic_notifications_white_48px__layer"
|
2016-03-03 17:46:31 +01:00
|
|
|
android:title="@string/notifications"
|
2016-10-26 16:23:14 +02:00
|
|
|
app:showAsAction="always" />
|
2017-10-29 11:07:52 +01:00
|
|
|
|
|
|
|
<item
|
2017-10-29 18:05:49 +01:00
|
|
|
android:visible="false"
|
2017-10-29 11:07:52 +01:00
|
|
|
android:id="@+id/action_notifications_extended"
|
|
|
|
android:icon="@drawable/ic_notifications_white_48px__layer"
|
|
|
|
android:title="@string/notifications"
|
|
|
|
app:showAsAction="always">
|
|
|
|
<menu>
|
|
|
|
<item
|
|
|
|
android:id="@+id/action_notifications_all"
|
|
|
|
android:icon="@drawable/ic_dashboard_black_48px"
|
2018-09-04 19:16:51 +02:00
|
|
|
android:title="@string/all_notifications" />
|
2017-10-29 11:07:52 +01:00
|
|
|
|
|
|
|
<item
|
|
|
|
android:id="@+id/action_notifications_also_commented"
|
|
|
|
android:icon="@drawable/ic_question_answer_black_48px"
|
2018-09-04 19:16:51 +02:00
|
|
|
android:title="@string/also_commented" />
|
2017-10-29 11:07:52 +01:00
|
|
|
|
|
|
|
<item
|
|
|
|
android:id="@+id/action_notifications_comment_on_post"
|
|
|
|
android:icon="@drawable/ic_comment_black_48px"
|
2018-09-04 19:16:51 +02:00
|
|
|
android:title="@string/comment_on_post" />
|
2017-10-29 11:07:52 +01:00
|
|
|
|
|
|
|
<item
|
|
|
|
android:id="@+id/action_notifications_liked"
|
|
|
|
android:icon="@drawable/ic_thumb_up_black_48px"
|
2018-09-04 19:16:51 +02:00
|
|
|
android:title="@string/deleteme_____1" />
|
2017-10-29 11:07:52 +01:00
|
|
|
|
|
|
|
<item
|
|
|
|
android:id="@+id/action_notifications_mentioned"
|
|
|
|
android:icon="@drawable/ic_person_pin_black_48px"
|
2018-09-04 19:16:51 +02:00
|
|
|
android:title="@string/mentioned" />
|
2017-10-29 11:07:52 +01:00
|
|
|
|
|
|
|
<item
|
|
|
|
android:id="@+id/action_notifications_reshared"
|
|
|
|
android:icon="@drawable/ic_repeat_black_48px"
|
2018-09-04 19:16:51 +02:00
|
|
|
android:title="@string/reshared" />
|
2017-10-29 11:07:52 +01:00
|
|
|
<item
|
|
|
|
android:id="@+id/action_notifications_started_sharing"
|
|
|
|
android:icon="@drawable/ic_person_add_black_48px"
|
2018-09-04 19:16:51 +02:00
|
|
|
android:title="@string/started_sharing" />
|
2017-10-29 11:07:52 +01:00
|
|
|
</menu>
|
|
|
|
</item>
|
|
|
|
|
2016-03-03 17:46:31 +01:00
|
|
|
<item
|
2017-10-29 18:05:49 +01:00
|
|
|
android:id="@+id/action_search"
|
|
|
|
android:icon="@drawable/ic_search_white_48px"
|
2018-09-04 19:16:51 +02:00
|
|
|
android:title="@string/search_by_tags_or_persons__appspecific"
|
2016-10-14 01:44:43 +02:00
|
|
|
app:showAsAction="always" />
|
2016-08-07 23:11:47 +02:00
|
|
|
|
2017-10-29 15:33:59 +01:00
|
|
|
<item
|
|
|
|
android:id="@+id/action_compose"
|
|
|
|
android:icon="@drawable/ic_mode_edit_white_48px"
|
|
|
|
android:title="@string/action_compose_new_post"
|
|
|
|
app:showAsAction="always" />
|
|
|
|
|
2016-03-03 17:46:31 +01:00
|
|
|
</menu>
|