New post notifications (AND-151)
This commit is contained in:
@@ -1,5 +1,12 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<menu xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<menu xmlns:tools="http://schemas.android.com/tools"
|
||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:id="@+id/notifications"
|
||||
android:icon="@drawable/ic_tab_notifications"
|
||||
android:showAsAction="always"
|
||||
android:visible="false"
|
||||
tools:ignore="MenuTitle" />
|
||||
|
||||
<group android:orderInCategory="1" android:id="@+id/menu_group1">
|
||||
<item android:id="@+id/share" android:title="@string/share_user"/>
|
||||
<item android:id="@+id/copy_link" android:title="@string/copy_profile_link"/>
|
||||
|
||||
@@ -720,4 +720,9 @@
|
||||
<string name="unpin_post">Unpin from profile</string>
|
||||
<string name="post_pinned">Post has been pinned</string>
|
||||
<string name="post_unpinned">Post has been unpinned</string>
|
||||
<!-- %s is the username -->
|
||||
<string name="enable_new_post_notifications">Notify me when %s posts</string>
|
||||
<string name="disable_new_post_notifications">Stop notifying me when %s posts</string>
|
||||
<string name="new_post_notifications_enabled">You’ll get notifications for new posts.</string>
|
||||
<string name="new_post_notifications_disabled">You’ll no longer get notifications for new posts.</string>
|
||||
</resources>
|
||||
Reference in New Issue
Block a user