Notifications about new streams
This commit is contained in:
parent
be95fa6b2b
commit
51d972eeb9
40 changed files with 1090 additions and 27 deletions
|
|
@ -17,6 +17,13 @@
|
|||
android:title="@string/share"
|
||||
app:showAsAction="ifRoom" />
|
||||
|
||||
<item
|
||||
android:id="@+id/menu_item_notify"
|
||||
android:checkable="true"
|
||||
android:visible="false"
|
||||
android:title="@string/get_notified"
|
||||
app:showAsAction="never" />
|
||||
|
||||
<item
|
||||
android:id="@+id/action_settings"
|
||||
android:orderInCategory="1"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue