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

Commit 6ddd1f7

Browse files
committed
Add Realm item to ZulipActivity Menu
1 parent 60895b5 commit 6ddd1f7

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
@@ -52,13 +52,6 @@
5252
<string name="hint_person">Person</string>
5353
<string name="hint_subject">Topic</string>
5454
<string name="hint_stream">Stream</string>
55-
<string name="message_sent">Message sent!</string>
56-
<string name="message_error">Error sending message</string>
57-
<string name="stream_error">Please specify stream.</string>
58-
<string name="stream_not_exists">Stream does not exist.</string>
59-
<string name="subject_error">Please specify topic.</string>
60-
<string name="person_error">Please specify recipient.</string>
61-
<string name="no_message_error">No message written.</string>
6255
<string name="local_server">Dev backend testing server</string>
6356
<string name="zulip_dev_login">Zulip Dev login</string>
6457
<string name="admin_none">Administrators (None)</string>
@@ -72,4 +65,12 @@
7265
<string name="enter_server">Please enter your server URL</string>
7366
<string name="auth_login">Your server allows these Authentication Options:</string>
7467
<string name="another_server">Another server</string>
68+
<string name="message_sent">Message Sent!</string>
69+
<string name="message_error">Error sending Message</string>
70+
<string name="stream_error">No Stream specified.</string>
71+
<string name="stream_not_exists">Stream Does not Exists.</string>
72+
<string name="subject_error">No Subject specified.</string>
73+
<string name="person_error">No Person specified.</string>
74+
<string name="no_message_error">No Message Written.</string>
75+
<string name="realm_title">Realms</string>
7576
</resources>

0 commit comments

Comments
 (0)