feat: comment placement | tagging
This commit is contained in:
parent
8a922bd083
commit
7f943d34ac
20 changed files with 548 additions and 293 deletions
|
@ -11,4 +11,10 @@
|
|||
android:enabled="true"
|
||||
android:icon="@drawable/ic_round_movie_filter_24"
|
||||
android:title="@string/watch" />
|
||||
|
||||
<item
|
||||
android:id="@+id/comment"
|
||||
android:enabled="true"
|
||||
android:icon="@drawable/ic_round_comment_24"
|
||||
android:title="@string/comments" />
|
||||
</menu>
|
|
@ -11,4 +11,10 @@
|
|||
android:enabled="true"
|
||||
android:icon="@drawable/ic_round_import_contacts_24"
|
||||
android:title="@string/read" />
|
||||
|
||||
<item
|
||||
android:id="@+id/comment"
|
||||
android:enabled="true"
|
||||
android:icon="@drawable/ic_round_comment_24"
|
||||
android:title="@string/comments" />
|
||||
</menu>
|
|
@ -12,4 +12,10 @@
|
|||
android:icon="@drawable/ic_round_book_24"
|
||||
android:title="@string/read" />
|
||||
|
||||
<item
|
||||
android:id="@+id/comment"
|
||||
android:enabled="true"
|
||||
android:icon="@drawable/ic_round_comment_24"
|
||||
android:title="@string/comments" />
|
||||
|
||||
</menu>
|
Loading…
Add table
Add a link
Reference in a new issue