[skip ci] feat: copy username and better profile dropdown menu (#429)
This commit is contained in:
parent
09c5d9ce91
commit
7366aa1bf2
3 changed files with 28 additions and 3 deletions
|
@ -7,4 +7,14 @@
|
|||
android:title="@string/view_on_anilist"
|
||||
app:showAsAction="never" />
|
||||
|
||||
<item
|
||||
android:id="@+id/action_share_profile"
|
||||
android:title="@string/share_profile"
|
||||
app:showAsAction="never" />
|
||||
|
||||
<item
|
||||
android:id="@+id/action_copy_user_id"
|
||||
android:title="@string/copy_user_id"
|
||||
app:showAsAction="never" />
|
||||
|
||||
</menu>
|
|
@ -802,6 +802,8 @@ Non quae tempore quo provident laudantium qui illo dolor vel quia dolor et exerc
|
|||
<string name="blur">Blur</string>
|
||||
<string name="hide_scroll_bar">Hide Scroll Bar</string>
|
||||
<string name="view_on_anilist" translatable="false">View on AniList</string>
|
||||
<string name="share_profile">Share Profile</string>
|
||||
<string name="copy_user_id" >Copy user ID</string>
|
||||
<string name="anilist_notification_filters">Filter Notifications</string>
|
||||
<string name="anilist_notifications_checking_time">Anilist notifications update frequency : %1$s</string>
|
||||
<string name="comment_notification_checking_time">Comment notifications update frequency : %1$s</string>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue