Added bookmark button

This commit is contained in:
Marie 2022-10-11 21:15:03 +02:00 committed by Matthieu
parent 631e5324b5
commit 80539851c0
2 changed files with 12 additions and 0 deletions

View File

@ -9,6 +9,16 @@
<item android:id="@+id/post_more_menu_share_link"
android:title="@string/share_link" />
<group android:id="@+id/post_more_menu_group_bookmark">
<item android:id="@+id/post_more_menu_bookmark"
android:title="@string/bookmark" />
</group>
<group android:id="@+id/post_more_menu_group_unbookmark">
<item android:id="@+id/post_more_menu_unbookmark"
android:title="@string/unbookmark" />
</group>
<!-- Group that should only be shown if there are pictures in the post -->
<group android:id="@+id/post_more_group_picture">

View File

@ -232,6 +232,8 @@ For more info about Pixelfed, you can check here: https://pixelfed.org"</string>
<string name="search_empty_error">Search query can\'t be empty</string>
<string name="status_more_options">More options</string>
<string name="report">Report</string>
<string name="bookmark">Bookmark</string>
<string name="unbookmark">Unbookmark</string>
<string name="share_link">Share Link</string>
<string name="optional_report_comment">Optional message for mods/admins</string>
<string name="report_target">Report @%1$s\'s post</string>