This repository was archived by the owner on Jul 25, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<menu xmlns : android =" http://schemas.android.com/apk/res/android" >
3- <item android : id =" @+id/reply_to_private" android : title =" Reply to Private Message " ></ item >
4- <item android : id =" @+id/reply_to_sender" android : title =" Reply to Sender " ></ item >
5- <item android : id =" @+id/narrow_to_private" android : title =" Narrow to this conversation " ></ item >
6- <item android : id =" @+id/copy_message" android : title =" Copy Message " ></ item >
3+ <item android : id =" @+id/reply_to_private" android : title =" @string/reply_to_private_message " / >
4+ <item android : id =" @+id/reply_to_sender" android : title =" @string/reply_to_sender " / >
5+ <item android : id =" @+id/narrow_to_private" android : title =" @string/narrow_to_this_conversation " / >
6+ <item android : id =" @+id/copy_message" android : title =" @string/copy_message " / >
77
88</menu >
Original file line number Diff line number Diff line change 3636 <string name =" arrow" >❯</string >
3737 <string name =" subject" >Subject</string >
3838 <string name =" timestamp" >timestamp</string >
39+ <string name =" reply_to_sender" >Reply to Sender</string >
3940
4041</resources >
You can’t perform that action at this time.
0 commit comments