This repository was archived by the owner on Jul 25, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +10
-0
lines changed
java/com/zulip/android/activities Expand file tree Collapse file tree 3 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -2346,6 +2346,9 @@ public void onClick(
2346
2346
builder .show ();
2347
2347
}
2348
2348
break ;
2349
+ case R .id .private_msg :
2350
+ drawerLayout .openDrawer (GravityCompat .END );
2351
+ break ;
2349
2352
case R .id .daynight :
2350
2353
switch (AppCompatDelegate .getDefaultNightMode ()) {
2351
2354
case -1 :
Original file line number Diff line number Diff line change 9
9
app : actionViewClass =" android.support.v7.widget.SearchView"
10
10
app : showAsAction =" ifRoom" />
11
11
12
+ <item
13
+ android : id =" @+id/private_msg"
14
+ android : icon =" @drawable/ic_action_person"
15
+ android : title =" @string/toolbar_item_private"
16
+ app : showAsAction =" always" />
17
+
12
18
<item
13
19
android : id =" @+id/refresh"
14
20
android : title =" @string/refresh" />
Original file line number Diff line number Diff line change 31
31
<string name =" editing_message" >Editing message</string >
32
32
<string name =" sending_message" >Sending</string >
33
33
<string name =" search" >Search</string >
34
+ <string name =" toolbar_item_private" >Private messages</string >
34
35
<string name =" reply_to_private_message" >Reply to private message</string >
35
36
<string name =" narrow_to_this_conversation" >Narrow to this conversation</string >
36
37
<string name =" copy_message" >Copy message</string >
You can’t perform that action at this time.
0 commit comments