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

Commit 7a34200

Browse files
committed
Add Realm item to ZulipActivity Menu
1 parent dc244b5 commit 7a34200

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@
2020
android:actionViewClass="android.widget.SearchView" >
2121
</item>
2222

23+
<item
24+
android:id="@+id/menu_realm"
25+
android:title="@string/realm_title" />
2326
<item android:id="@+id/refresh"
2427
android:title="@string/refresh">
2528
</item>

0 commit comments

Comments
 (0)