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

Commit 0e5ebec

Browse files
committed
Add Realm item to ZulipActivity Menu
1 parent a93948e commit 0e5ebec

File tree

2 files changed

+11
-7
lines changed

2 files changed

+11
-7
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99
app:actionViewClass="android.support.v7.widget.SearchView"
1010
app:showAsAction="ifRoom" />
1111

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

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

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,6 @@
4040
<string name="hint_person">Person</string>
4141
<string name="hint_subject">Topic</string>
4242
<string name="hint_stream">Stream</string>
43-
<string name="message_sent">Message sent!</string>
44-
<string name="message_error">Error sending message</string>
45-
<string name="stream_error">Please specify stream.</string>
46-
<string name="stream_not_exists">Stream does not exist.</string>
47-
<string name="subject_error">Please specify topic.</string>
48-
<string name="person_error">Please specify recipient.</string>
49-
<string name="no_message_error">No message written.</string>
5043
<string name="local_server">Dev backend testing server</string>
5144
<string name="zulip_dev_login">Zulip Dev login</string>
5245
<string name="admin_none">Administrators (None)</string>
@@ -73,4 +66,12 @@
7366
<string name="reply_sender">Reply to Sender</string>
7467
<string name="narrow_stream">Narrow to this stream</string>
7568
<string name="narrow_topic">Narrow to this topic</string>
69+
<string name="message_sent">Message sent!</string>
70+
<string name="message_error">Error sending message</string>
71+
<string name="stream_error">No stream specified.</string>
72+
<string name="stream_not_exists">Stream does not exists.</string>
73+
<string name="subject_error">No subject specified.</string>
74+
<string name="person_error">No person specified.</string>
75+
<string name="no_message_error">No message written.</string>
76+
<string name="realm_title">Realms</string>
7677
</resources>

0 commit comments

Comments
 (0)