Skip to content
This repository was archived by the owner on Jul 25, 2024. It is now read-only.

Commit 268014b

Browse files
committed
Add Realm item to ZulipActivity Menu
1 parent a025813 commit 268014b

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

app/src/main/res/menu/options.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88
android:actionViewClass="android.widget.SearchView" >
99
</item>
1010

11+
<item
12+
android:id="@+id/menu_realm"
13+
android:title="@string/realm_title" />
1114
<item android:id="@+id/refresh"
1215
android:title="@string/refresh">
1316
</item>

app/src/main/res/values/strings.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,5 @@
6363

6464

6565
<string name="tap_message">Tap on a message to send reply</string>
66+
<string name="realm_title">Realms</string>
6667
</resources>

0 commit comments

Comments
 (0)