mirror of
https://codeberg.org/Bazsalanszky/Infinity-For-Lemmy.git
synced 2025-10-05 21:39:50 +02:00
Prepare to add composing private message feature.
This commit is contained in:
10
app/src/main/res/menu/send_private_message_activity.xml
Normal file
10
app/src/main/res/menu/send_private_message_activity.xml
Normal file
@@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<menu xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto">
|
||||
<item
|
||||
android:id="@+id/action_send_send_private_message_activity"
|
||||
android:orderInCategory="1"
|
||||
android:title="@string/action_send"
|
||||
android:icon="@drawable/ic_send_toolbar_24dp"
|
||||
app:showAsAction="ifRoom" />
|
||||
</menu>
|
@@ -37,4 +37,10 @@
|
||||
android:orderInCategory="6"
|
||||
android:title="@string/action_share"
|
||||
app:showAsAction="never" />
|
||||
|
||||
<item
|
||||
android:id="@+id/action_send_private_message_view_user_detail_activity"
|
||||
android:orderInCategory="6"
|
||||
android:title="@string/action_send_private_message"
|
||||
app:showAsAction="never" />
|
||||
</menu>
|
||||
|
Reference in New Issue
Block a user