[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>
|
Loading…
Add table
Add a link
Reference in a new issue